We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e7d86 commit e93bac9Copy full SHA for e93bac9
Completion/CompletionInput.php
@@ -34,7 +34,7 @@ final class CompletionInput extends ArgvInput
34
private $tokens;
35
private $currentIndex;
36
private $completionType;
37
- private $completionName = null;
+ private $completionName;
38
private $completionValue = '';
39
40
/**
Helper/Helper.php
@@ -21,7 +21,7 @@
21
*/
22
abstract class Helper implements HelperInterface
23
{
24
- protected $helperSet = null;
+ protected $helperSet;
25
26
27
* @return void
0 commit comments