@@ -52,7 +52,7 @@ |
||
52 | 52 | public function init(ModuleManagerInterface $manager) |
53 | 53 | { |
54 | 54 | if (!$manager instanceof ModuleManager) { |
55 | - $errMsg =sprintf('Module manager not implement %s', ModuleManager::class); |
|
55 | + $errMsg = sprintf('Module manager not implement %s', ModuleManager::class); |
|
56 | 56 | throw new Exception\InvalidArgumentException($errMsg); |
57 | 57 | } |
58 | 58 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -65,7 +65,7 @@ |
||
65 | 65 | /** @var EntryNameResolverInterface $resolver */ |
66 | 66 | $resolver = $serviceLocator->get($name, $options); |
67 | 67 | |
68 | - $priority = array_key_exists('priority', $options) ? (integer)$options['priority'] : EntryNameResolverChain::DEFAULT_PRIORITY; |
|
68 | + $priority = array_key_exists('priority', $options) ? (integer) $options['priority'] : EntryNameResolverChain::DEFAULT_PRIORITY; |
|
69 | 69 | |
70 | 70 | $chain->attach($resolver, $priority); |
71 | 71 | } |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/nnx-framework/entry-name-resolver |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Nnx\EntryNameResolver; |
7 | 7 | |
8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |