Completed
Pull Request — master (#127)
by Abdul Malik
21:02
created
src/ReflectionProperty.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 
124 124
             [, $defaultValueFromDisplay] = explode(' = ', $originalDisplay);
125 125
 
126
-            $defaultValueDisplay = '= ' . rtrim($defaultValueFromDisplay, ' ]' . PHP_EOL);
126
+            $defaultValueDisplay = '= '.rtrim($defaultValueFromDisplay, ' ]'.PHP_EOL);
127 127
 
128 128
             if (is_array($defaultValue) && str_starts_with($defaultValueDisplay, '= [')) {
129 129
                 $defaultValueDisplay .= ']';
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     /**
150 150
      * @inheritDoc
151 151
      */
152
-    public function getDocComment(): string|false
152
+    public function getDocComment(): string | false
153 153
     {
154 154
         $docBlock = $this->propertyTypeNode->getDocComment();
155 155
 
Please login to merge, or discard this patch.