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.
src/Writer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         }
36 36
 
37 37
         return array_map(
38
-            function (File $file) use ($printer) {
38
+            function(File $file) use ($printer) {
39 39
                 $directory = $file->directory($this->directory, $this->psr4namespace);
40 40
                 $filename = $file->filename();
41 41
 
Please login to merge, or discard this patch.