Completed
Push — master ( 463c27...dae6ca )
by Kamil
04:17
created
tests/Behat/Context/TestContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.