mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 14:37:29 +02:00
refactor: PHP 8 features
This commit is contained in:
@ -14,7 +14,7 @@ final class Plugin
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
public static $callables = [];
|
||||
public static array $callables = [];
|
||||
|
||||
/**
|
||||
* Lazy loads an `uses` call on the context of plugins.
|
||||
|
||||
Reference in New Issue
Block a user