This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Workflow
Nicolas Grekas 682bf5b2ae Merge branch '3.3' into 3.4
* 3.3:
  PHP CS Fixer: clean up repo and adjust config
  use interface_exists instead of class_exists
  Dumper shouldn't use html format for phpdbg
  [Validator] Fix access to root object when using composite constraint
2018-01-03 18:14:19 +01:00
..
DependencyInjection Move ValidateWorkflowsPass to the Workflow component 2017-04-14 12:36:38 +02:00
Dumper [Workflow] Fixed graphviz dumper for state machine 2016-11-24 13:22:36 -08:00
Event Merge branch '3.2' 2017-03-08 17:48:13 -08:00
EventListener feature #23499 [Workflow] add guard is_valid() method support (alain-flaus, lyrixx) 2017-10-06 08:47:04 -07:00
Exception feature #23499 [Workflow] add guard is_valid() method support (alain-flaus, lyrixx) 2017-10-06 08:47:04 -07:00
MarkingStore [Workflow] feature: add getter in workflow 2017-08-04 11:58:48 +02:00
SupportStrategy [Workflow] feature: add getter in workflow 2017-08-04 11:58:48 +02:00
Tests Merge branch '3.3' into 3.4 2017-12-20 12:08:06 +01:00
Validator [Workflow] fixed InvalidDefinitionException message for StateMachineValidator 2017-08-11 14:43:59 +02:00
CHANGELOG.md [Workflow] Added tests for the is_valid() guard expression 2017-10-06 10:14:03 +02:00
composer.json [Workflow] Added tests for the is_valid() guard expression 2017-10-06 10:14:03 +02:00
Definition.php SCA with Php Inspections (EA Extended) 2017-12-04 13:09:02 +01:00
DefinitionBuilder.php SCA with Php Inspections (EA Extended) 2017-12-04 13:09:02 +01:00
LICENSE Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +01:00
Marking.php [TwigBridge][Workflow] Fixed code and tests 2017-01-12 19:55:06 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:14:23 -07:00
README.md [Workflow] update documentation URL in readme 2017-04-05 10:00:23 +02:00
Registry.php [Workflow] Fixed code and tests 2017-01-18 17:03:37 +01:00
StateMachine.php [Workfow] Rename current MarkingStore 2016-11-09 16:22:39 +01:00
Transition.php SCA with Php Inspections (EA Extended) 2017-12-04 13:09:02 +01:00
Workflow.php [Workflow] Added an transition completed event 2017-08-07 10:31:57 +02:00