Passed
Push — v1 ( 41cd06...575b30 )
by Andrew
12:45 queued 09:52
created
src/helpers/Reflection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         }
53 53
 
54 54
         if (!$reflectionProperty) {
55
-            throw new ReflectionException("Property not found: " . $propertyName);
55
+            throw new ReflectionException("Property not found: ".$propertyName);
56 56
         }
57 57
 
58 58
         return $reflectionProperty;
Please login to merge, or discard this patch.