Passed
Pull Request — master (#15)
by Łukasz
08:41
created
src/Processor/CandidateProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      */
112 112
     public function removeCheck(CheckInterface $check)
113 113
     {
114
-        $this->checks = array_filter($this->checks, function ($currentCheck) use ($check) {
114
+        $this->checks = array_filter($this->checks, function($currentCheck) use ($check) {
115 115
             return $check !== $currentCheck;
116 116
         });
117 117
     }
Please login to merge, or discard this patch.