Skip to content

Commit 50ce0c9

Browse files
Fix deprecated message (#17)
1 parent 6e1e6e9 commit 50ce0c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DisablePlugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DisablePlugins
1919
* Sets up the options filter, and optionally handles an array of plugins to disable
2020
* @param array $disables Optional array of plugin filenames to disable
2121
*/
22-
public function __construct(array $disables = null)
22+
public function __construct(?array $disables = null)
2323
{
2424
/**
2525
* Handle what was passed in

0 commit comments

Comments
 (0)