From 3495b36cfd3c9923674635c5695bc368736c7347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Wed, 4 Jan 2017 01:21:21 -0300 Subject: [PATCH] [Nostromo] PSR2 --- src/Mage/MageApplication.php | 1 - src/Mage/Tests/MageApplicationTest.php | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Mage/MageApplication.php b/src/Mage/MageApplication.php index b0d5144..4c0fd9f 100644 --- a/src/Mage/MageApplication.php +++ b/src/Mage/MageApplication.php @@ -79,7 +79,6 @@ class MageApplication extends Application $this->runtime->setLogger($logger); $this->loadBuiltInCommands(); - } else { throw new RuntimeException(sprintf('The file "%s" does not have a valid Magallanes configuration.', $file)); } diff --git a/src/Mage/Tests/MageApplicationTest.php b/src/Mage/Tests/MageApplicationTest.php index d871887..a7c0c50 100644 --- a/src/Mage/Tests/MageApplicationTest.php +++ b/src/Mage/Tests/MageApplicationTest.php @@ -45,5 +45,4 @@ class MageApplicationTest extends TestCase $this->assertEquals(sprintf('The file "%s" does not exists or is not readable.', __DIR__ . '/Resources/this-does-not-exists.yml'), $exception->getMessage()); } } - -} \ No newline at end of file +}