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 ff22d30cb0 Apply "visibility_required" CS rule to constants
php-cs-fixer fix --rules='{"visibility_required": ["property", "method", "const"]}'
2020-12-08 17:59:59 +01:00
..
DependencyInjection add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Dumper Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Event Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
EventListener Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Exception Merge branch '3.4' into 4.2 2019-04-01 09:32:59 +02:00
MarkingStore Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Metadata fixed CS 2019-01-16 19:35:49 +01:00
SupportStrategy Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Tests Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Validator Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Add gitignore file for Symfony 3.4 2019-09-17 11:52:54 +02:00
CHANGELOG.md ws fix 2019-08-21 17:53:07 +02:00
composer.json Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Definition.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
DefinitionBuilder.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
Marking.php switched array() to [] 2019-01-16 10:39:14 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md
Registry.php Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
StateMachine.php [Workflow] use method marking store 2019-05-19 00:39:11 +02:00
Transition.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
TransitionBlocker.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
TransitionBlockerList.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
Workflow.php Merge branch '4.3' into 4.4 2019-12-07 17:27:44 +01:00
WorkflowEvents.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
WorkflowInterface.php [Workflow] Fixed BC break on WorkflowInterface 2019-10-03 18:20:08 +02:00