Completed
Push — dev ( 8cacb0...d88f6e )
by Андрей
02:44
created
src/ContainerInterface.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/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
 /**
Please login to merge, or discard this patch.
src/Container.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,10 +75,9 @@  discard block
 block discarded – undo
75 75
     /**
76 76
      * @inheritdoc
77 77
      *
78
-     * @param array|string $id
79 78
      * @param null         $context
80 79
      *
81
-     * @return bool|void
80
+     * @return boolean
82 81
      *
83 82
      */
84 83
     public function has($name, $checkAbstractFactories = true, $usePeeringServiceManagers = true, $context = null)
@@ -96,7 +95,7 @@  discard block
 block discarded – undo
96 95
      * @param $name
97 96
      * @param $context
98 97
      *
99
-     * @return bool|void
98
+     * @return boolean
100 99
      */
101 100
     public function hasByContext($name, $context)
102 101
     {
Please login to merge, or discard this patch.
src/ContainerProviderInterface.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/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
 /**
Please login to merge, or discard this patch.
src/ContainerFactory.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/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
 /**
Please login to merge, or discard this patch.
src/EntryNameResolver/DefaultEntryNameResolver.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/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
 /**
Please login to merge, or discard this patch.
phpunit/_files/ContextResolver/vendor/custom-service/module3/Module.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/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
 /**
Please login to merge, or discard this patch.
phpunit/_files/ContextResolver/vendor/custom-service/module2/Module.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/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
 /**
Please login to merge, or discard this patch.
ContextResolver/vendor/custom-service/module1/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/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
 /**
Please login to merge, or discard this patch.
phpunit/_files/ContextResolver/vendor/custom-service/module1/Module.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/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
 /**
Please login to merge, or discard this patch.