Completed
Push — master ( 58aa96...ab5c23 )
by Jeroen
02:25
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
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param ServerRequestInterface $request
28 28
      * @param ResponseInterface $response
29 29
      *
30
-     * @return RequestInterface
30
+     * @return ResponseInterface
31 31
      */
32 32
     public function handle(ServerRequestInterface $request, ResponseInterface $response): ResponseInterface
33 33
     {
Please login to merge, or discard this patch.