Completed
Push — master ( 77e82e...59f74a )
by Mahmoud
04:39
created
app/Containers/User/Tasks/FindUserByVisitorIdTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             throw (new MissingVisitorIdException());
42 42
         }
43 43
 
44
-        if($skipCriterias){
44
+        if ($skipCriterias) {
45 45
             $this->userRepository = $this->userRepository->skipCriteria();
46 46
         }
47 47
 
Please login to merge, or discard this patch.