Completed
Push — master ( e7c11c...546bff )
by Андрей
02:16
created
Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     public function init(ModuleManagerInterface $manager)
47 47
     {
48 48
         if (!$manager instanceof ModuleManager) {
49
-            $errMsg =sprintf('Module manager not implement %s', ModuleManager::class);
49
+            $errMsg = sprintf('Module manager not implement %s', ModuleManager::class);
50 50
             throw new Exception\InvalidArgumentException($errMsg);
51 51
         }
52 52
 
Please login to merge, or discard this patch.
src/ModuleOptionsPluginManager.php 2 patches
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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link  https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 use Zend\EventManager\EventManagerAwareTrait;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
         $event->setTarget($this);
184 184
         $event->setModuleName($moduleName);
185 185
 
186
-        $eventCollections = $this->getEventManager()->trigger($event, function ($result) {
186
+        $eventCollections = $this->getEventManager()->trigger($event, function($result) {
187 187
             return $result instanceof ModuleOptionsInterface;
188 188
         });
189 189
 
Please login to merge, or discard this patch.
config/serviceManager.config.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 return [
Please login to merge, or discard this patch.
config/moduleOptions.config.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 return [
Please login to merge, or discard this patch.
src/ModuleOptionsPluginManagerFactory.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link  https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 use Zend\EventManager\EventManagerAwareTrait;
Please login to merge, or discard this patch.
src/ModuleOptionsEvent.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link  https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 use Zend\EventManager\EventManagerAwareTrait;
Please login to merge, or discard this patch.
src/ModuleOptionsProviderInterface.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link  https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 use Zend\EventManager\EventManagerAwareTrait;
Please login to merge, or discard this patch.
src/Exception/ExceptionInterface.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link  https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 use Zend\EventManager\EventManagerAwareTrait;
Please login to merge, or discard this patch.
src/Exception/ResolveModuleNameException.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-company/module-options
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link  https://github.com/nnx-company/module-options
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\ModuleOptions;
7 7
 
8 8
 use Zend\EventManager\EventManagerAwareTrait;
Please login to merge, or discard this patch.