From 657191f5e33b228bf239f7243b14a9aca95f4376 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 21 Sep 2014 20:24:44 +0100 Subject: [PATCH] Added missing new lines at eof --- .gitignore | 2 +- laravel | 2 +- src/NewCommand.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd9ddaf..073d161 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /vendor -.DS_Store \ No newline at end of file +.DS_Store diff --git a/laravel b/laravel index d96e198..fbc82df 100644 --- a/laravel +++ b/laravel @@ -7,4 +7,4 @@ require __DIR__.'/../../autoload.php'; $app = new Symfony\Component\Console\Application('Laravel Installer', '1.1'); $app->add(new Laravel\Installer\Console\NewCommand); -$app->run(); \ No newline at end of file +$app->run(); diff --git a/src/NewCommand.php b/src/NewCommand.php index 49b32aa..3ff30ee 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -119,4 +119,4 @@ protected function cleanUp($zipFile) return $this; } -} \ No newline at end of file +}