Completed
Push — master ( e4a352...0b5c23 )
by Freek
02:00
created
src/DirectoryConverter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         $this->logger = $output;
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $target
38
+     */
36 39
     public function log($sourceItem, $target)
37 40
     {
38 41
         if (is_null($this->logger)) {
Please login to merge, or discard this patch.
src/NodeVisitors/AnonymousClassReplacer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * @param array $nodes
102 102
      * @param $hookIndex
103
-     * @param $anonymousClassStatements
103
+     * @param Node[] $anonymousClassStatements
104 104
      * 
105 105
      * @return array
106 106
      */
Please login to merge, or discard this patch.