@@ -18,7 +18,7 @@ |
||
| 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 | |