| @@ -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 |      { | 
| @@ -535,6 +536,7 @@ discard block | ||
| 535 | 536 | |
| 536 | 537 | /** | 
| 537 | 538 | * @Then I should get a :code HTTP response | 
| 539 | + * @param string $code | |
| 538 | 540 | */ | 
| 539 | 541 | public function assertHttpResponse($code) | 
| 540 | 542 |      { | 
| @@ -193,6 +193,7 @@ discard block | ||
| 193 | 193 | /** | 
| 194 | 194 | * Get active Drupal Driver. | 
| 195 | 195 | * | 
| 196 | + * @param string $name | |
| 196 | 197 | * @return \Drupal\Driver\DrupalDriver | 
| 197 | 198 | */ | 
| 198 | 199 | public function getDriver($name = null) | 
| @@ -326,7 +327,7 @@ discard block | ||
| 326 | 327 | /** | 
| 327 | 328 | * Dispatch scope hooks. | 
| 328 | 329 | * | 
| 329 | - * @param string $scope | |
| 330 | + * @param string $scopeType | |
| 330 | 331 | * The entity scope to dispatch. | 
| 331 | 332 | * @param \stdClass $entity | 
| 332 | 333 | * The entity. |