Completed
Push — master ( 68cb6f...589208 )
by Alfred
04:10 queued 02:15
created
src/GherkinToDusk.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @return mixed
156
+     * @return string
157 157
      */
158 158
     public function getFeatureContent()
159 159
     {
@@ -218,7 +218,8 @@  discard block
 block discarded – undo
218 218
     }
219 219
 
220 220
     /**
221
-     * @param $scenario \Behat\Gherkin\Node\ScenarioNode
221
+     * @param \Behat\Gherkin\Node\ScenarioInterface $scenario \Behat\Gherkin\Node\ScenarioNode
222
+     * @param integer $scenario_index
222 223
      */
223 224
     protected function buildOutSteps($scenario, $scenario_index)
224 225
     {
Please login to merge, or discard this patch.