@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | class UniqueLoginNameFactory implements FactoryInterface |
| 22 | 22 | { |
| 23 | - public function __invoke( ContainerInterface $container, $requestedName, array $options = null ) |
|
| 23 | + public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
| 24 | 24 | { |
| 25 | 25 | $repository = $container->get('repositories')->get('Auth/User'); |
| 26 | 26 | $user = $container->get('AuthenticationService')->getUser(); |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | $this->assertSame([], $status->getValueOptions()); |
| 47 | 47 | |
| 48 | 48 | $login = $this->fieldset->get('login'); |
| 49 | - $this->assertEquals( ['label' => 'Login name'], $login->getOptions()); |
|
| 49 | + $this->assertEquals(['label' => 'Login name'], $login->getOptions()); |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | public function testGetInputFilterSpecification() |