Completed
Push — master ( ed5cb9...6f95bd )
by Jeroen
16:14 queued 01:12
created
src/ValueObjects/Uuid.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * @param string $string
34 34
      *
35
-     * @return string
35
+     * @return Uuid
36 36
      */
37 37
     public static function fromString(string $string): string
38 38
     {
Please login to merge, or discard this patch.
src/Kernel/HttpKernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         $middleware = [];
61 61
 
62 62
         foreach ($this->globalMiddleware as $globalMiddleware) {
63
-               $middleware[] = $this->getContainer()->get($globalMiddleware);
63
+                $middleware[] = $this->getContainer()->get($globalMiddleware);
64 64
         }
65 65
 
66 66
         return $middleware;
Please login to merge, or discard this patch.