Completed
Branch master (0dbd1b)
by Woody
02:52
created
src/File.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 $directory
52
+     * @param string $rootDirectory
53 53
      * @param string $rootNamespace
54 54
      * @return string
55 55
      */
Please login to merge, or discard this patch.
src/Generator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace RoundingWell\Schematic;
4 4
 
5
-use PhpParser\Builder;
6 5
 use PhpParser\BuilderFactory;
7 6
 use RoundingWell\Schematic\Schema\ObjectSchema;
8 7
 
Please login to merge, or discard this patch.