Completed
Push — master ( bc20b4...b7ce52 )
by Nate
03:15
created
src/Internal/DefaultPropertyMetadata.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      */
139 139
     public function getTypeName(): string
140 140
     {
141
-        return (string) $this->type;
141
+        return (string)$this->type;
142 142
     }
143 143
 
144 144
     /**
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * @param string $annotationName
188 188
      * @return null|AbstractAnnotation
189 189
      */
190
-    public function getAnnotation(string $annotationName): ?AbstractAnnotation
190
+    public function getAnnotation(string $annotationName): ? AbstractAnnotation
191 191
     {
192 192
         return $this->annotations->get($annotationName);
193 193
     }
Please login to merge, or discard this patch.