@@ -61,6 +61,7 @@ discard block |
||
61 | 61 | |
62 | 62 | /** |
63 | 63 | * @Given /^a Behat configuration containing(?: "([^"]+)"|:)$/ |
64 | + * @param string $content |
|
64 | 65 | */ |
65 | 66 | public function thereIsConfiguration($content): void |
66 | 67 | { |
@@ -115,6 +116,7 @@ discard block |
||
115 | 116 | |
116 | 117 | /** |
117 | 118 | * @Given /^a (?:.+ |)file "([^"]+)" containing(?: "([^"]+)"|:)$/ |
119 | + * @param string $file |
|
118 | 120 | */ |
119 | 121 | public function thereIsFile($file, $content): void |
120 | 122 | { |
@@ -159,6 +161,7 @@ discard block |
||
159 | 161 | |
160 | 162 | /** |
161 | 163 | * @Given /^a feature file containing(?: "([^"]+)"|:)$/ |
164 | + * @param string $content |
|
162 | 165 | */ |
163 | 166 | public function thereIsFeatureFile($content): void |
164 | 167 | { |