@@ -224,7 +224,7 @@ |
||
224 | 224 | public function request($method, $uri, array $parameters = [], array $files = [], array $server = [], $content = null, $changeHistory = true) |
225 | 225 | { |
226 | 226 | set_error_handler( |
227 | - function ($level, $message, $errFile, $errLine) { |
|
227 | + function($level, $message, $errFile, $errLine) { |
|
228 | 228 | if ($this->deprecationAdviser) { |
229 | 229 | $this->deprecationAdviser->addWarning($message, $errFile, $errLine); |
230 | 230 | } |
@@ -55,7 +55,7 @@ |
||
55 | 55 | if (!empty($this->warnings)) { |
56 | 56 | uasort( |
57 | 57 | $this->warnings, |
58 | - function ($a, $b) { |
|
58 | + function($a, $b) { |
|
59 | 59 | if (count($a) === count($b)) { |
60 | 60 | return 0; |
61 | 61 | } |