Passed
Push — master ( b4f2b9...02a3b1 )
by Nate
05:21
created
src/Internal/DefaultClassMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * @param string $propertyName
101 101
      * @return PropertyMetadata|null
102 102
      */
103
-    public function getProperty(string $propertyName): ?PropertyMetadata
103
+    public function getProperty(string $propertyName): ? PropertyMetadata
104 104
     {
105 105
         foreach ($this->propertyMetadata as $property) {
106 106
             if ($property->getName() === $propertyName) {
Please login to merge, or discard this patch.
src/ClassMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @param string $propertyName
55 55
      * @return PropertyMetadata|null
56 56
      */
57
-    public function getProperty(string $propertyName): ?PropertyMetadata;
57
+    public function getProperty(string $propertyName): ? PropertyMetadata;
58 58
 
59 59
     /**
60 60
      * Add [@see PropertyMetadata] link
Please login to merge, or discard this patch.