@@ -48,6 +48,7 @@ discard block |
||
| 48 | 48 | * @When I visit :path |
| 49 | 49 | * |
| 50 | 50 | * @throws UnsupportedDriverActionException |
| 51 | + * @param string $path |
|
| 51 | 52 | */ |
| 52 | 53 | public function assertAtPath($path) { |
| 53 | 54 | $this->getSession()->visit($this->locatePath($path)); |
@@ -482,6 +483,7 @@ discard block |
||
| 482 | 483 | |
| 483 | 484 | /** |
| 484 | 485 | * @Then I should get a :code HTTP response |
| 486 | + * @param string $code |
|
| 485 | 487 | */ |
| 486 | 488 | public function assertHttpResponse($code) { |
| 487 | 489 | // Use the Mink Extension step definition. |
@@ -184,6 +184,7 @@ discard block |
||
| 184 | 184 | /** |
| 185 | 185 | * Get active Drupal Driver. |
| 186 | 186 | * |
| 187 | + * @param string $name |
|
| 187 | 188 | * @return \Drupal\Driver\DrupalDriver |
| 188 | 189 | */ |
| 189 | 190 | public function getDriver($name = NULL) { |
@@ -308,7 +309,7 @@ discard block |
||
| 308 | 309 | /** |
| 309 | 310 | * Dispatch scope hooks. |
| 310 | 311 | * |
| 311 | - * @param string $scope |
|
| 312 | + * @param string $scopeType |
|
| 312 | 313 | * The entity scope to dispatch. |
| 313 | 314 | * @param \stdClass $entity |
| 314 | 315 | * The entity. |