@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | /** @var array $appConfig */ |
33 | 33 | $appConfig = $appServiceLocator->get('config'); |
34 | - $moduleConfig = array_key_exists(Module::CONFIG_KEY, $appConfig) ? $appConfig[Module::CONFIG_KEY] : []; |
|
34 | + $moduleConfig = array_key_exists(Module::CONFIG_KEY, $appConfig) ? $appConfig[ Module::CONFIG_KEY ] : [ ]; |
|
35 | 35 | |
36 | 36 | return new ModuleOptions($moduleConfig); |
37 | 37 | } |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/doctrine |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/doctrine |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Doctrine; |
7 | 7 | |
8 | 8 | use Nnx\Doctrine\ObjectManager\DoctrineObjectManager; |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | * |
27 | 27 | * @var array |
28 | 28 | */ |
29 | - protected $classNameToObjectManagerName = []; |
|
29 | + protected $classNameToObjectManagerName = [ ]; |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * ObjectManagerAutoDetector constructor. |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | throw new Exception\ErrorBuildObjectManagerNameException($errMsg); |
55 | 55 | } |
56 | 56 | |
57 | - return $this->classNameToObjectManagerName[$className]; |
|
57 | + return $this->classNameToObjectManagerName[ $className ]; |
|
58 | 58 | } |
59 | 59 | |
60 | 60 | |
@@ -69,31 +69,31 @@ discard block |
||
69 | 69 | public function hasObjectManagerNameByClassName($className) |
70 | 70 | { |
71 | 71 | if (array_key_exists($className, $this->classNameToObjectManagerName)) { |
72 | - return false !== $this->classNameToObjectManagerName[$className]; |
|
72 | + return false !== $this->classNameToObjectManagerName[ $className ]; |
|
73 | 73 | } |
74 | 74 | |
75 | - $moduleOptionsManager = $this->getModuleOptionsManager(); |
|
75 | + $moduleOptionsManager = $this->getModuleOptionsManager(); |
|
76 | 76 | if (!$moduleOptionsManager->hasOptionsByClassName($className)) { |
77 | - $this->classNameToObjectManagerName[$className] = false; |
|
77 | + $this->classNameToObjectManagerName[ $className ] = false; |
|
78 | 78 | return false; |
79 | 79 | } |
80 | 80 | |
81 | 81 | $moduleOptions = $moduleOptionsManager->getOptionsByClassName($className); |
82 | 82 | |
83 | 83 | if (!$moduleOptions instanceof ObjectManagerNameProviderInterface) { |
84 | - $this->classNameToObjectManagerName[$className] = false; |
|
84 | + $this->classNameToObjectManagerName[ $className ] = false; |
|
85 | 85 | return false; |
86 | 86 | } |
87 | 87 | |
88 | 88 | $objectManagerName = $moduleOptions->getObjectManagerName(); |
89 | 89 | |
90 | 90 | if (!is_string($objectManagerName)) { |
91 | - $this->classNameToObjectManagerName[$className] = false; |
|
91 | + $this->classNameToObjectManagerName[ $className ] = false; |
|
92 | 92 | return false; |
93 | 93 | } |
94 | - $this->classNameToObjectManagerName[$className] = $objectManagerName; |
|
94 | + $this->classNameToObjectManagerName[ $className ] = $objectManagerName; |
|
95 | 95 | |
96 | - return false !== $this->classNameToObjectManagerName[$className]; |
|
96 | + return false !== $this->classNameToObjectManagerName[ $className ]; |
|
97 | 97 | } |
98 | 98 | |
99 | 99 |