Completed
Pull Request — master (#121)
by
unknown
24:27
created
src/ReflectionProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
     /**
133 133
      * @inheritDoc
134 134
      */
135
-    public function getDocComment(): string|false
135
+    public function getDocComment(): string | false
136 136
     {
137 137
         $docBlock = $this->propertyTypeNode->getDocComment();
138 138
 
Please login to merge, or discard this patch.