Completed
Push — master ( 82b02a...c48576 )
by
unknown
08:57
created
src/Vinelab/Api/ApiServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Get the services provided by the provider.
49 49
      *
50
-     * @return array
50
+     * @return string[]
51 51
      */
52 52
     public function provides()
53 53
     {
Please login to merge, or discard this patch.
src/Vinelab/Api/Responder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * @param $response
24
-     * @param $status
24
+     * @param integer $status
25 25
      * @param $headers
26
-     * @param $options
26
+     * @param integer $options
27 27
      *
28 28
      * @return $this|\Illuminate\Http\JsonResponse
29 29
      */
Please login to merge, or discard this patch.