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 6e3b9c7cd9 Merge branch '5.0'
* 5.0:
  [appveyor] bump cache
  [Twig][Mime] Removed extra quotes in missing package exception message
  [DI] µfix
  Allowing empty secrets to be set
  [DI] add missing property declarations in InlineServiceConfigurator
  [DI] fix detecting short service syntax in yaml
  Supress error from fread when reading a unix pipe
  [HttpClient] Fix scoped client without query option configuration
  [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore
  [Workflow] Use a strict comparison when retrieving raw markin in MarkingStore
2020-04-10 23:23:06 +02:00
..
Dumper Merge branch '3.4' into 4.4 2020-02-24 14:10:00 +01:00
Event Merge branch '5.0' 2020-02-06 18:01:40 +01:00
EventListener Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
Exception Added context to exceptions thrown in apply method 2019-11-24 19:20:23 +01:00
MarkingStore Merge branch '5.0' 2020-04-10 23:23:06 +02:00
Metadata Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
SupportStrategy Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
Tests Merge branch '5.0' 2020-04-10 23:23:06 +02:00
Validator Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +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 [Workflow] Added a way to not fire the annonce event 2020-01-13 14:50:42 +01:00
composer.json Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
Definition.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
DefinitionBuilder.php [Workflow] Added parameter typhint where possible 2019-07-01 10:42:32 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
Marking.php [Workflow] Added parameter typhint where possible 2019-07-01 10:42:32 +02:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [Workflow] update documentation URL in readme 2017-04-05 10:00:23 +02:00
Registry.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
StateMachine.php [Workflow] Remove BC layers and deprecated codes 2019-06-04 14:35:48 +02:00
Transition.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
TransitionBlocker.php [Workflow] Added a way to specify a message when blocking a transition + better default message in case it is not set 2019-11-24 19:01:59 +01:00
TransitionBlockerList.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
Workflow.php [Workflow] Added a way to not fire the annonce event 2020-01-13 14:50:42 +01:00
WorkflowEvents.php Update WorkflowEvents.php 2019-05-11 11:33:04 +02:00
WorkflowInterface.php [Workflow] Fixed BC break on WorkflowInterface 2019-10-03 18:20:08 +02:00