@@ -77,6 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | /** |
79 | 79 | * @Given /^a (?:.+ |)file "([^"]+)" containing(?: "([^"]+)"|:)$/ |
80 | + * @param string $file |
|
80 | 81 | */ |
81 | 82 | public function thereIsFile($file, $content): void |
82 | 83 | { |
@@ -85,6 +86,7 @@ discard block |
||
85 | 86 | |
86 | 87 | /** |
87 | 88 | * @Given /^a feature file containing(?: "([^"]+)"|:)$/ |
89 | + * @param string $content |
|
88 | 90 | */ |
89 | 91 | public function thereIsFeatureFile($content): void |
90 | 92 | { |