@@ -111,7 +111,7 @@ |
||
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 | } |