Completed
Push — master ( ccb593...97de5b )
by Андрей
02:05
created
src/ResolverByMapFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/EntryNameResolverChain.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/EntryNameResolverInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/EntryNameResolverProviderInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/EntryNameResolverManager.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Options/ModuleOptions.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Options/ModuleOptionsInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/ResolverByClassName.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
test/phpunit/_files/TestPaths.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.