@@ -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; |
@@ -57,7 +57,7 @@ |
||
57 | 57 | |
58 | 58 | $contextMap = array_key_exists('contextMap', $options) ? $options['contextMap'] : []; |
59 | 59 | |
60 | - $className = array_key_exists('className', $options) ? (string)$options['className'] : static::$defaultTargetClassName; |
|
60 | + $className = array_key_exists('className', $options) ? (string) $options['className'] : static::$defaultTargetClassName; |
|
61 | 61 | |
62 | 62 | $r = new ReflectionClass($className); |
63 | 63 | $resolverByModuleContextMap = $r->newInstance($moduleOptionsPluginManager); |
@@ -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; |