Completed
Push — master ( 1092e2...11ab51 )
by Alexander
06:55
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/SuccessResponseBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@
 block discarded – undo
251 251
      * Make a closure based transformer from the model's fillable attributes.
252 252
      *
253 253
      * @param  \Illuminate\Database\Eloquent\Model $model
254
-     * @return \Flugg\Responder\Transformer|callable
254
+     * @return \Closure
255 255
      */
256 256
     protected function makeClosureTransformer(Model $model)
257 257
     {
Please login to merge, or discard this patch.