Passed
Push — master ( 1b0bff...5db7a2 )
by Mike
06:20
created
src/Xervice/Database/Business/Model/Model/BuildModel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,9 +65,9 @@
 block discarded – undo
65 65
                 $targetFilename = str_replace(
66 66
                     $this->schemaPattern,
67 67
                     '.schema.xml',
68
-                    basename((string)$schemaFile->getRealPath())
68
+                    basename((string) $schemaFile->getRealPath())
69 69
                 );
70
-                copy((string)$schemaFile->getRealPath(), $this->schemaTarget . '/' . $targetFilename);
70
+                copy((string) $schemaFile->getRealPath(), $this->schemaTarget . '/' . $targetFilename);
71 71
             }
72 72
         }
73 73
 
Please login to merge, or discard this patch.