@@ -1931,7 +1931,6 @@ |
||
| 1931 | 1931 | * @throws \OldTown\Workflow\Exception\WorkflowException |
| 1932 | 1932 | * @throws \OldTown\Workflow\Exception\StoreException |
| 1933 | 1933 | * @throws \OldTown\Workflow\Exception\InternalWorkflowException |
| 1934 | - |
|
| 1935 | 1934 | */ |
| 1936 | 1935 | public function query(WorkflowExpressionQuery $query) |
| 1937 | 1936 | { |
@@ -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 @@ 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\Spi; |
| 7 | 7 | |
| 8 | 8 | use OldTown\Workflow\Exception\StoreException; |
@@ -19,13 +19,13 @@ discard block |
||
| 19 | 19 | interface WorkflowStoreInterface |
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | - * Устанавливает состояние для текущего workflow |
|
| 23 | - * |
|
| 24 | - * @param integer $entryId id workflow |
|
| 25 | - * @param integer $state id состояния в которое переводится сущность workflow |
|
| 26 | - * @return void |
|
| 27 | - * @throws StoreException |
|
| 28 | - */ |
|
| 22 | + * Устанавливает состояние для текущего workflow |
|
| 23 | + * |
|
| 24 | + * @param integer $entryId id workflow |
|
| 25 | + * @param integer $state id состояния в которое переводится сущность workflow |
|
| 26 | + * @return void |
|
| 27 | + * @throws StoreException |
|
| 28 | + */ |
|
| 29 | 29 | public function setEntryState($entryId, $state); |
| 30 | 30 | |
| 31 | 31 | /** |
@@ -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'); |