mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-09-12 16:45:16 -04:00
apply phpstan recommendations to API classes
This commit is contained in:
@@ -7,5 +7,5 @@ abstract class AbstractAPI extends \Gazelle\Base {
|
||||
protected array $config,
|
||||
) {}
|
||||
|
||||
abstract public function run();
|
||||
abstract public function run(): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user