Passed
Pull Request — master (#1487)
by Martin Poirier
11:11
created
src/Metadata/Driver/TypedPropertiesDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      */
124 124
     private function shouldTypeHint(?ReflectionType $reflectionType): bool
125 125
     {
126
-        if (!$reflectionType instanceof ReflectionNamedType) {
126
+        if ( ! $reflectionType instanceof ReflectionNamedType) {
127 127
             return false;
128 128
         }
129 129
 
Please login to merge, or discard this patch.