Skip to content

Commit e0a39eb

Browse files
committed
general code cleanup
1 parent 9bd1918 commit e0a39eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Console/WorkbenchMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ protected function getOptions()
141141
);
142142
}
143143

144-
}
144+
}

PackageCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@ protected function createDirectory(Package $package, $path)
373373
throw new \InvalidArgumentException("Package exists.");
374374
}
375375

376-
}
376+
}

Starter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public static function start($path, Finder $finder = null, Filesystem $files = n
3030
}
3131
}
3232

33-
}
33+
}

WorkbenchServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public function provides()
4242
return array('package.creator', 'command.workbench');
4343
}
4444

45-
}
45+
}

0 commit comments

Comments
 (0)