@@ -41,7 +41,7 @@ |
||
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 |