@@ -54,7 +54,7 @@ |
||
54 | 54 | */ |
55 | 55 | public function lastLog() |
56 | 56 | { |
57 | - $files = $this->finder->files()->in($this->config->directories())->sort(function ($a, $b) { |
|
57 | + $files = $this->finder->files()->in($this->config->directories())->sort(function($a, $b) { |
|
58 | 58 | /** |
59 | 59 | * @var SplFileInfo $a |
60 | 60 | * @var SplFileInfo $b |
@@ -156,7 +156,7 @@ |
||
156 | 156 | /** |
157 | 157 | * Execute GET query. |
158 | 158 | * |
159 | - * @param string|UriInterface $uri |
|
159 | + * @param string $uri |
|
160 | 160 | * @param array $query |
161 | 161 | * @param array $headers |
162 | 162 | * @param array $cookies |