1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-13 20:50:18 +02:00

[Nostromo] PSR2

This commit is contained in:
Andrés Montañez 2017-01-04 01:21:21 -03:00
parent 0194bb44fb
commit 3495b36cfd
2 changed files with 1 additions and 3 deletions

View File

@ -79,7 +79,6 @@ class MageApplication extends Application
$this->runtime->setLogger($logger); $this->runtime->setLogger($logger);
$this->loadBuiltInCommands(); $this->loadBuiltInCommands();
} else { } else {
throw new RuntimeException(sprintf('The file "%s" does not have a valid Magallanes configuration.', $file)); throw new RuntimeException(sprintf('The file "%s" does not have a valid Magallanes configuration.', $file));
} }

View File

@ -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()); $this->assertEquals(sprintf('The file "%s" does not exists or is not readable.', __DIR__ . '/Resources/this-does-not-exists.yml'), $exception->getMessage());
} }
} }
} }