Completed
Push — master ( 119a25...af28eb )
by Shcherbak
04:15
created
src/Filters/FileFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
 
51 51
     /**
52
-     * @param string|array $regex
52
+     * @param string $regex
53 53
      * @return $this
54 54
      */
55 55
     public function name($regex) {
Please login to merge, or discard this patch.
src/Configuration/ConfigurationInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
   interface ConfigurationInterface {
13 13
 
14 14
     /**
15
-     * @param FinderParameters $finderParams
16 15
      * @return FileFinderInterface
17 16
      */
18 17
     public function getFilesFinder();
Please login to merge, or discard this patch.
src/Tools/Composer/Tests/ComposerReviewTest.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,8 @@
 block discarded – undo
36 36
     /**
37 37
      * @dataProvider getComposerFileDataProvider
38 38
      *
39
-     * @param int $tagType
40 39
      * @param string $input
41 40
      * @param array $expectErrorLines
42
-     * @param bool $process
43 41
      */
44 42
     public function testComposerFile($input, array $expectErrorLines) {
45 43
       $tool = new ComposerReview();
Please login to merge, or discard this patch.