Completed
Pull Request — master (#5)
by Fiser
06:42
created
src/LIN3S/SharedKernel/Infrastructure/Persistence/Sql/Hydrator.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $object = $reflectionClass->newInstanceWithoutConstructor();
27 27
         $this->setValuesToObject($reflectionClass, $object, $values);
28 28
 
29
-        Return $object;
29
+        return $object;
30 30
     }
31 31
 
32 32
     private function setValuesToObject(\ReflectionClass $reflectionClass, $object, array $values)
Please login to merge, or discard this patch.