Passed
Push — master ( 0d87ca...55a529 )
by Sergey
06:38 queued 04:04
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/Providers/Auth.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -199,11 +199,11 @@
 block discarded – undo
199 199
     }
200 200
 
201 201
     /**
202
-     * @param $registrationForm
203
-     * @param $password
204
-     * @param $name
205
-     * @param $country
206
-     * @param $age
202
+     * @param string $registrationForm
203
+     * @param string $password
204
+     * @param string $name
205
+     * @param string $country
206
+     * @param string $age
207 207
      * @return Registration
208 208
      */
209 209
     protected function fillRegistrationForm($registrationForm, $password, $name, $country, $age)
Please login to merge, or discard this patch.