Completed
Pull Request — master (#127)
by Abdul Malik
28:21 queued 04:08
created
src/ReflectionProperty.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 
128 128
             $defaultValueFromDisplay = implode(' = ', $list);
129 129
 
130
-            $defaultValueDisplay = '= ' . rtrim($defaultValueFromDisplay, ' ]' . PHP_EOL);
130
+            $defaultValueDisplay = '= '.rtrim($defaultValueFromDisplay, ' ]'.PHP_EOL);
131 131
 
132 132
             if (is_array($defaultValue) && str_starts_with($defaultValueDisplay, '= [')) {
133 133
                 $defaultValueDisplay .= ']';
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     /**
154 154
      * @inheritDoc
155 155
      */
156
-    public function getDocComment(): string|false
156
+    public function getDocComment(): string | false
157 157
     {
158 158
         $docBlock = $this->propertyTypeNode->getDocComment();
159 159
 
Please login to merge, or discard this patch.