Completed
Push — master ( 0f5404...9fd863 )
by Sergey
08:17 queued 05:42
created
src/Helpers/Pagination.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     }
130 130
 
131 131
     /**
132
-     * @return \Generator|void
132
+     * @return \Generator
133 133
      */
134 134
     protected function processCallback()
135 135
     {
Please login to merge, or discard this patch.
src/Api/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Check if specified data exists in response.
57 57
      *
58
-     * @param null  $key
58
+     * @param string  $key
59 59
      * @return array|bool
60 60
      */
61 61
     public function getResponseData($key = null)
Please login to merge, or discard this patch.
src/Api/Traits/TryIt.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     use HandlesRequest, UploadsImages;
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string[]
15 15
      */
16 16
     protected function requiresLoginForTryIt()
17 17
     {
Please login to merge, or discard this patch.