Completed
Pull Request — master (#1)
by Valentin
02:56
created
source/LogViewer/Services/LogService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
tests/BaseTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.