@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\Loader\Traits; |
7 | 7 | |
8 | 8 | use DOMElement; |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * @var array |
20 | 20 | */ |
21 | - protected $args = []; |
|
21 | + protected $args = []; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Возвращает аргументы |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\Loader\Traits; |
7 | 7 | |
8 | 8 | use DOMElement; |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * @var string |
20 | 20 | */ |
21 | - protected $name; |
|
21 | + protected $name; |
|
22 | 22 | |
23 | 23 | |
24 | 24 | /** |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\Loader\Traits; |
7 | 7 | |
8 | 8 | use DOMElement; |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * @var string |
20 | 20 | */ |
21 | - protected $type; |
|
21 | + protected $type; |
|
22 | 22 | |
23 | 23 | |
24 | 24 | /** |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\Loader; |
7 | 7 | |
8 | 8 | use DOMElement; |
@@ -17,10 +17,10 @@ discard block |
||
17 | 17 | */ |
18 | 18 | class ValidatorDescriptor extends AbstractDescriptor |
19 | 19 | implements Traits\ArgsInterface, |
20 | - Traits\TypeInterface, |
|
21 | - Traits\NameInterface, |
|
22 | - Traits\CustomArgInterface, |
|
23 | - WriteXmlInterface |
|
20 | + Traits\TypeInterface, |
|
21 | + Traits\NameInterface, |
|
22 | + Traits\CustomArgInterface, |
|
23 | + WriteXmlInterface |
|
24 | 24 | { |
25 | 25 | use Traits\ArgsTrait, Traits\TypeTrait, Traits\IdTrait, Traits\NameTrait; |
26 | 26 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\TransientVars; |
7 | 7 | |
8 | 8 | use ArrayObject; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: shirshov |
|
5 | - * Date: 11.11.15 |
|
6 | - * Time: 16:24 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: shirshov |
|
5 | + * Date: 11.11.15 |
|
6 | + * Time: 16:24 |
|
7 | + */ |
|
8 | 8 | namespace OldTown\Workflow\Util; |
9 | 9 | |
10 | 10 | use OldTown\PropertySet\PropertySetInterface; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: shirshov |
|
5 | - * Date: 11.11.15 |
|
6 | - * Time: 16:17 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: shirshov |
|
5 | + * Date: 11.11.15 |
|
6 | + * Time: 16:17 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace OldTown\Workflow\Util; |
10 | 10 |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\PhpUnitTest\Loader; |
7 | 7 | |
8 | 8 | use InterNations\Component\HttpMock\PHPUnit\HttpMockTrait; |
@@ -340,9 +340,9 @@ discard block |
||
340 | 340 | $mockConfig->url = Paths::getPathToInvalidWorkflowConfig() . DIRECTORY_SEPARATOR . 'example.xml'; |
341 | 341 | |
342 | 342 | $xmlWorkflowFactory->expects(static::once()) |
343 | - ->method('buildWorkflowConfig') |
|
344 | - ->with(static::isNull(), static::equalTo('file'), static::equalTo('example.xml')) |
|
345 | - ->will(static::returnValue($mockConfig)); |
|
343 | + ->method('buildWorkflowConfig') |
|
344 | + ->with(static::isNull(), static::equalTo('file'), static::equalTo('example.xml')) |
|
345 | + ->will(static::returnValue($mockConfig)); |
|
346 | 346 | |
347 | 347 | |
348 | 348 | $xmlWorkflowFactory->getProperties()->setProperty(XmlWorkflowFactory::RESOURCE_PROPERTY, 'workflows-no-base-dir.xml'); |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\PhpUnitTest\Loader; |
7 | 7 | |
8 | 8 | use OldTown\Workflow\PhpUnit\Test\Paths; |