Completed
Pull Request — master (#108)
by Christophe
03:03
created
src/Behat/Gherkin/Loader/YamlFileLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Checks if current loader supports provided resource.
32 32
      *
33
-     * @param mixed $path Resource to load
33
+     * @param string $path Resource to load
34 34
      *
35 35
      * @return Boolean
36 36
      */
Please login to merge, or discard this patch.
tests/Behat/Gherkin/Keywords/KeywordsTest.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -13,8 +13,16 @@
 block discarded – undo
13 13
 
14 14
 abstract class KeywordsTest extends \PHPUnit_Framework_TestCase
15 15
 {
16
+    /**
17
+     * @return \Behat\Gherkin\Keywords\KeywordsInterface
18
+     */
16 19
     abstract protected function getKeywords();
17 20
     abstract protected function getKeywordsArray();
21
+
22
+    /**
23
+     * @param string $text
24
+     * @param string $keywordType
25
+     */
18 26
     abstract protected function getSteps($keywords, $text, &$line, $keywordType);
19 27
 
20 28
     public function translationTestDataProvider()
Please login to merge, or discard this patch.
src/Behat/Gherkin/Loader/GherkinFileLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Checks if current loader supports provided resource.
32 32
      *
33
-     * @param mixed $path Resource to load
33
+     * @param string $path Resource to load
34 34
      *
35 35
      * @return Boolean
36 36
      */
Please login to merge, or discard this patch.