Passed
Push — master ( b992d8...a02e0c )
by Vitor de
02:20
created
src/DTOContext/Manager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,8 @@
 block discarded – undo
47 47
         $contextName,
48 48
         DataWrapper\DataWrapperInterface $dataWrapper
49 49
     ) {
50
-         return $this->getFactory()
51
-             ->build($contextName, $dataWrapper);
50
+            return $this->getFactory()
51
+                ->build($contextName, $dataWrapper);
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.