Test Failed
Push — master ( d3990f...a5a1b1 )
by Martin
02:27
created
symfony/tests/_support/_generated/AcceptanceTesterActions.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
      * $I->amOnPage('/register');
181 181
      * ```
182 182
      *
183
-     * @param $page
183
+     * @param string $page
184 184
      * @see \Codeception\Lib\InnerBrowser::amOnPage()
185 185
      */
186 186
     public function amOnPage($page) {
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
      * ?>
219 219
      * ```
220 220
      *
221
-     * @param $link
221
+     * @param string $link
222 222
      * @param $context
223 223
      * @see \Codeception\Lib\InnerBrowser::click()
224 224
      */
@@ -1407,7 +1407,7 @@  discard block
 block discarded – undo
1407 1407
      * ?>
1408 1408
      * ```
1409 1409
      *
1410
-     * @param $field
1410
+     * @param string $field
1411 1411
      * @param $value
1412 1412
      * @see \Codeception\Lib\InnerBrowser::fillField()
1413 1413
      */
@@ -1446,7 +1446,7 @@  discard block
 block discarded – undo
1446 1446
      * ?>
1447 1447
      * ```
1448 1448
      *
1449
-     * @param $select
1449
+     * @param string $select
1450 1450
      * @param $option
1451 1451
      * @see \Codeception\Lib\InnerBrowser::selectOption()
1452 1452
      */
Please login to merge, or discard this patch.