@@ -65,9 +65,9 @@ |
||
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 |