Completed
Push — master ( b58d46...8eafb0 )
by Jonathan
10s
created
src/Drupal/DrupalExtension/Context/MinkContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.