@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\TypeResolver\Exception; |
| 7 | 7 | |
| 8 | 8 | /** |
@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | * @throws Exception\RuntimeException |
| 73 | 73 | * @throws Exception\ResultNotFoundException |
| 74 | 74 | */ |
| 75 | - public function getValidator($type, array $args = []) |
|
| 75 | + public function getValidator($type, array $args = [ ]) |
|
| 76 | 76 | { |
| 77 | 77 | $chain = clone $this->chain; |
| 78 | 78 | while ($chain) { |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | * @throws Exception\ResultNotFoundException |
| 105 | 105 | * @throws Exception\RuntimeException |
| 106 | 106 | */ |
| 107 | - public function getRegister($type, array $args = []) |
|
| 107 | + public function getRegister($type, array $args = [ ]) |
|
| 108 | 108 | { |
| 109 | 109 | $chain = clone $this->chain; |
| 110 | 110 | while ($chain) { |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | * @throws Exception\RuntimeException |
| 137 | 137 | * @throws Exception\ResultNotFoundException |
| 138 | 138 | */ |
| 139 | - public function getFunction($type, array $args = []) |
|
| 139 | + public function getFunction($type, array $args = [ ]) |
|
| 140 | 140 | { |
| 141 | 141 | $chain = clone $this->chain; |
| 142 | 142 | while ($chain) { |
@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | * @throws Exception\ResultNotFoundException |
| 169 | 169 | * @throws Exception\RuntimeException |
| 170 | 170 | */ |
| 171 | - public function getCondition($type, array $args = []) |
|
| 171 | + public function getCondition($type, array $args = [ ]) |
|
| 172 | 172 | { |
| 173 | 173 | $chain = clone $this->chain; |
| 174 | 174 | while ($chain) { |
@@ -206,7 +206,7 @@ discard block |
||
| 206 | 206 | */ |
| 207 | 207 | public function setFlagIgnoreException($flagIgnoreException) |
| 208 | 208 | { |
| 209 | - $this->flagIgnoreException = (boolean)$flagIgnoreException; |
|
| 209 | + $this->flagIgnoreException = (boolean) $flagIgnoreException; |
|
| 210 | 210 | |
| 211 | 211 | return $this; |
| 212 | 212 | } |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\TypeResolver; |
| 7 | 7 | |
| 8 | 8 | use Zend\ServiceManager\FactoryInterface; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\Service; |
| 7 | 7 | |
| 8 | 8 | use Zend\ServiceManager\AbstractPluginManager; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\Service\Exception; |
| 7 | 7 | |
| 8 | 8 | use OldTown\Workflow\ZF2\Service\Exception\InvalidArgumentException as Exception; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\Service\Exception; |
| 7 | 7 | |
| 8 | 8 | use OldTown\Workflow\ZF2\Service\Exception\InvalidArgumentException as Exception; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\Service\Exception; |
| 7 | 7 | |
| 8 | 8 | use OldTown\Workflow\ZF2\Service\Exception\RuntimeException as Exception; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\Service\Exception; |
| 7 | 7 | |
| 8 | 8 | use \OldTown\Workflow\ZF2\Service\Exception\ExceptionInterface as BaseException; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Service\Service; |
| 7 | 7 | |
| 8 | 8 | /** |