Completed
Branch master (617c80)
by Tobias
07:18
created
src/Extractor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @param FileExtractor $fileExtractors
77
+     * @param FileExtractor $fileExtractor
78 78
      */
79 79
     public function addFileExtractor(FileExtractor $fileExtractor)
80 80
     {
Please login to merge, or discard this patch.
tests/Functional/Visitor/Twig/BaseTwigVisitorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
 
21 21
 abstract class BaseTwigVisitorTest extends \PHPUnit_Framework_TestCase
22 22
 {
23
+    /**
24
+     * @param string $relativePath
25
+     */
23 26
     protected function getSourceLocations($visitor, $relativePath)
24 27
     {
25 28
         $extractor = $this->getExtractor();
Please login to merge, or discard this patch.