Completed
Push — master ( df7a6a...677eb5 )
by David
03:47
created
src/Dwo/SimpleAccessor/SimpleAccessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      */
19 19
     public static function getValueFromPath($objectOrArray, $propertyPath, $throwIfNotFound = false)
20 20
     {
21
-        if(null !== $value = self::getValue($objectOrArray, $propertyPath)) {
21
+        if (null !== $value = self::getValue($objectOrArray, $propertyPath)) {
22 22
             return $value;
23 23
         }
24 24
 
Please login to merge, or discard this patch.