Index: trunk/tools/testswarm/scripts/testswarm-mw-fetcher.php |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | // Default log file |
98 | 98 | $this->setLogPath( "{$options['root']}/logs/default.log" ); |
99 | 99 | |
100 | | - // Optional options |
| 100 | + // Optional options |
101 | 101 | if ( isset( $options['svnCmd'] ) ) { |
102 | 102 | $this->svnCmd = $options['svnCmd']; |
103 | 103 | } |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | } |
234 | 234 | |
235 | 235 | public function prepareRootDirs() { |
236 | | - foreach( $this->getRootDirs() as $dir ) { |
| 236 | + foreach( $this->getRootDirs() as $dir ) { |
237 | 237 | if ( !file_exists( $dir ) ) { |
238 | 238 | $this->mkdir( $dir ); |
239 | 239 | } |
— | — | @@ -293,7 +293,7 @@ |
294 | 294 | /** |
295 | 295 | * Create a directory including parents |
296 | 296 | * |
297 | | - * @param $path String Path to create ex: /tmp/my/foo/bar |
| 297 | + * @param $path String Path to create ex: /tmp/my/foo/bar |
298 | 298 | */ |
299 | 299 | public function mkdir( $path ) { |
300 | 300 | $this->debug( "Attempting to create directory '$path'...", __METHOD__ ); |