@@ -51,6 +51,7 @@ discard block  | 
                                                    ||
| 51 | 51 | * @When I visit :path  | 
                                                        
| 52 | 52 | *  | 
                                                        
| 53 | 53 | * @throws UnsupportedDriverActionException  | 
                                                        
| 54 | + * @param string $path  | 
                                                        |
| 54 | 55 | */  | 
                                                        
| 55 | 56 | public function assertAtPath($path)  | 
                                                        
| 56 | 57 |      { | 
                                                        
@@ -126,6 +127,7 @@ discard block  | 
                                                    ||
| 126 | 127 | * @see \Drupal\FunctionalJavascriptTests\JSWebAssert::assertWaitOnAjaxRequest()  | 
                                                        
| 127 | 128 | *  | 
                                                        
| 128 | 129 | * @Given I wait for AJAX to finish  | 
                                                        
| 130 | + * @param \Behat\Behat\Hook\Scope\BeforeStepScope $event  | 
                                                        |
| 129 | 131 | */  | 
                                                        
| 130 | 132 | public function iWaitForAjaxToFinish($event = null)  | 
                                                        
| 131 | 133 |      { | 
                                                        
@@ -546,6 +548,7 @@ discard block  | 
                                                    ||
| 546 | 548 | |
| 547 | 549 | /**  | 
                                                        
| 548 | 550 | * @Then I should get a :code HTTP response  | 
                                                        
| 551 | + * @param string $code  | 
                                                        |
| 549 | 552 | */  | 
                                                        
| 550 | 553 | public function assertHttpResponse($code)  | 
                                                        
| 551 | 554 |      { |