Completed
Push — master ( 936cb2...f0f25e )
by Iakov
12:25 queued 06:29
created
RequestProcessor/Step/Common/PersistStep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     {
28 28
         $entity = $this->getArtifact('entity');
29 29
 
30
-        if(true !== $this->getArtifact('validation')) {
30
+        if (true !== $this->getArtifact('validation')) {
31 31
             return new ArtifactCollection();
32 32
         }
33 33
 
Please login to merge, or discard this patch.