mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 23:08:56 +02:00
[Nostromo] PSR2
This commit is contained in:
@@ -54,7 +54,7 @@ class MageApplicationTest extends TestCase
|
||||
$application->configure(__DIR__ . '/Resources/basic.yml');
|
||||
$this->assertTrue($application instanceof MageApplication);
|
||||
|
||||
$application->register('foo')->setCode(function() {
|
||||
$application->register('foo')->setCode(function () {
|
||||
throw new \RuntimeException('foo');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user