@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -79,7 +79,7 @@ |
||
79 | 79 | * @param array|string $id |
80 | 80 | * @param null $context |
81 | 81 | * |
82 | - * @return bool|void |
|
82 | + * @return boolean |
|
83 | 83 | * |
84 | 84 | */ |
85 | 85 | public function has($id, $context = null) |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/container |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/container |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\Container\PhpUnit\TestData; |
7 | 7 | |
8 | 8 | /** |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | */ |
135 | 135 | public function setFlagUsePeeringServiceManagers($flagUsePeeringServiceManagers) |
136 | 136 | { |
137 | - $this->flagUsePeeringServiceManagers = (bool)$flagUsePeeringServiceManagers; |
|
137 | + $this->flagUsePeeringServiceManagers = (bool) $flagUsePeeringServiceManagers; |
|
138 | 138 | |
139 | 139 | return $this; |
140 | 140 | } |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | */ |
159 | 159 | public function setFlagCheckAbstractFactories($flagCheckAbstractFactories) |
160 | 160 | { |
161 | - $this->flagCheckAbstractFactories = (bool)$flagCheckAbstractFactories; |
|
161 | + $this->flagCheckAbstractFactories = (bool) $flagCheckAbstractFactories; |
|
162 | 162 | |
163 | 163 | return $this; |
164 | 164 | } |
@@ -53,7 +53,7 @@ |
||
53 | 53 | public function init(ModuleManagerInterface $manager) |
54 | 54 | { |
55 | 55 | if (!$manager instanceof ModuleManager) { |
56 | - $errMsg =sprintf('Module manager not implement %s', ModuleManager::class); |
|
56 | + $errMsg = sprintf('Module manager not implement %s', ModuleManager::class); |
|
57 | 57 | throw new Exception\InvalidArgumentException($errMsg); |
58 | 58 | } |
59 | 59 |