Completed
Push — master ( c20ba1...70ca3b )
by Mario
03:39
created
src/Hydrator/ObjectProperty.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@
 block discarded – undo
15 15
 class ObjectProperty implements HydratorInterface, StrategyEnabledInterface
16 16
 {
17 17
     /**
18
-    * The list with strategies that this hydrator has.
19
-    *
20
-    * @var \ArrayObject
21
-    */
18
+     * The list with strategies that this hydrator has.
19
+     *
20
+     * @var \ArrayObject
21
+     */
22 22
     protected $strategies;
23 23
 
24 24
     /**
Please login to merge, or discard this patch.