@@ -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 | } |
@@ -150,7 +150,7 @@ |
||
150 | 150 | } |
151 | 151 | |
152 | 152 | if ($input->getOption('skip-syntax-check')) { |
153 | - $this->dispatcher->skipSyntaxCheck(); |
|
153 | + $this->dispatcher->skipSyntaxCheck(); |
|
154 | 154 | } |
155 | 155 | |
156 | 156 | $this->processWorkingDirectory($input); |