Completed
Pull Request — master (#260)
by Sergey
04:00
created
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.