Completed
Pull Request — master (#11)
by sredbull
07:07
created
src/RequestObjectBinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         $payload = $this->resolvePayload($requestObject, $request);
66 66
 
67 67
         $reflectionClass = new \ReflectionClass($requestObject);
68
-        foreach($payload as $key => $item) {
68
+        foreach ($payload as $key => $item) {
69 69
             if ($reflectionClass->hasProperty($key) === true) {
70 70
                 $property = $reflectionClass->getProperty($key);
71 71
                 $property->setAccessible(true);
Please login to merge, or discard this patch.