Passed
Push — develop ( 2719e8...5f5948 )
by Andrew
02:51
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.