@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Author: Rottenwood |
|
| 4 | - * Date Created: 31.07.15 19:40 |
|
| 5 | - */ |
|
| 3 | + * Author: Rottenwood |
|
| 4 | + * Date Created: 31.07.15 19:40 |
|
| 5 | + */ |
|
| 6 | 6 | namespace Rottenwood\KingdomBundle\Redis; |
| 7 | 7 | |
| 8 | 8 | interface RedisClientInterface { |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | ); |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | - private function updateUserAndForm(User &$user, FormInterface &$form, UserService $userService) { |
|
| 84 | + private function updateUserAndForm(User&$user, FormInterface&$form, UserService $userService) { |
|
| 85 | 85 | $cyrillicName = $userService->transliterate($user->getLiteralUsername()); |
| 86 | 86 | |
| 87 | 87 | if ($this->isAllreadyExists($cyrillicName)) { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | $configuration = new Configuration(); |
| 14 | 14 | $config = $this->processConfiguration($configuration, $configs); |
| 15 | 15 | |
| 16 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 16 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 17 | 17 | $loader->load('services.yml'); |
| 18 | 18 | } |
| 19 | 19 | } |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author: Rottenwood |
|
| 4 | - * @date : 15.11.15 22:54 |
|
| 5 | - */ |
|
| 3 | + * @author: Rottenwood |
|
| 4 | + * @date : 15.11.15 22:54 |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | namespace Rottenwood\UserBundle\Loggers; |
| 8 | 8 | |