Completed
Push — master ( 6c2fcc...df960b )
by Kamil
03:38 queued 02:23
created
src/Context/TestContext.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -77,6 +77,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.