diff --git a/src/Services/Ask.php b/src/Services/Ask.php index f30400f..95f8836 100644 --- a/src/Services/Ask.php +++ b/src/Services/Ask.php @@ -103,7 +103,7 @@ private function getDefaultValue(RegisterCommand $command) foreach ($command as $annotation => $value) { if ( substr($annotation, 0, strlen('value')) == 'value' && - $value != null + $value !== null ) { return $this->processValue($value, $annotation); }