Completed
Pull Request — master (#58)
by Alexander
02:18
created
src/ReflectionParameter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     {
159 159
         // Enable 7.1 nullable types support
160 160
         if ($this->parameterNode->type instanceof NullableType) {
161
-           return true;
161
+            return true;
162 162
         }
163 163
 
164 164
         $hasDefaultNull = $this->isDefaultValueAvailable() && $this->getDefaultValue() === null;
Please login to merge, or discard this patch.