Completed
Push — master ( 6ebcf0...3009e5 )
by Alexander
03:30
created
src/ResponderServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     /**
109 109
      * Get the services provided by the provider.
110 110
      *
111
-     * @return array
111
+     * @return string[]
112 112
      */
113 113
     public function provides()
114 114
     {
Please login to merge, or discard this patch.
src/Http/ErrorResponseBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Constructor.
62 62
      *
63
-     * @param \Illuminate\Contracts\Routing\ResponseFactory|\Laravel\Lumen\Http\ResponseFactory $responseFactory
63
+     * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory
64 64
      * @param \Symfony\Component\Translation\TranslatorInterface                                $translator
65 65
      */
66 66
     public function __construct($responseFactory, TranslatorInterface $translator)
Please login to merge, or discard this patch.
src/Http/SuccessResponseBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     /**
71 71
      * SuccessResponseBuilder constructor.
72 72
      *
73
-     * @param \Illuminate\Contracts\Routing\ResponseFactory|\Laravel\Lumen\Http\ResponseFactory $responseFactory
73
+     * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory
74 74
      * @param \Flugg\Responder\ResourceFactory                                                  $resourceFactory
75 75
      * @param \League\Fractal\Manager                                                           $manager
76 76
      */
Please login to merge, or discard this patch.