1 parent 6e1e6e9 commit 50ce0c9Copy full SHA for 50ce0c9
1 file changed
src/DisablePlugins.php
@@ -19,7 +19,7 @@ class DisablePlugins
19
* Sets up the options filter, and optionally handles an array of plugins to disable
20
* @param array $disables Optional array of plugin filenames to disable
21
*/
22
- public function __construct(array $disables = null)
+ public function __construct(?array $disables = null)
23
{
24
/**
25
* Handle what was passed in
0 commit comments