Completed
Pull Request — master (#45)
by Kamil
08:25
created
tests/Behat/Context/TestContext.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -138,6 +138,7 @@  discard block
 block discarded – undo
138 138
 
139 139
     /**
140 140
      * @Given /^a Behat configuration containing(?: "([^"]+)"|:)$/
141
+     * @param string $content
141 142
      */
142 143
     public function thereIsConfiguration($content): void
143 144
     {
@@ -158,6 +159,7 @@  discard block
 block discarded – undo
158 159
 
159 160
     /**
160 161
      * @Given /^a (?:.+ |)file "([^"]+)" containing(?: "([^"]+)"|:)$/
162
+     * @param string $file
161 163
      */
162 164
     public function thereIsFile($file, $content): void
163 165
     {
Please login to merge, or discard this patch.