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 605a5674a8 Merge branch '5.1' into 5.x
* 5.1:
  fix merge
  fix merge
  Remove branch-version (keep them for contracts only)
  [HttpClient] relax auth bearer format requirements
  [PHPUnitBridge] Silence errors from mkdir()
  [DependencyInjection] Preload classes with union types correctly.
  [Serializer] fix decoding float XML attributes starting with 0
  add missing dutch translations
  [TwigBridge] Remove "transchoice" from the code base
  Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait
  Add expectDeprecation, expectNotice, expectWarning, and expectError to TestCase polyfill
  [String] fix before/after[Last]() returning the empty string instead of the original one on non-match
  Add missing exporter function for PHPUnit 7
  [Validator] Add missing romanian translations
  [String] fix slicing in UnicodeString
  [Cache] Use correct expiry in ChainAdapter
  do not translate null placeholders or titles
2020-10-24 14:08:07 +02:00
..
Dumper Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02: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 Added context to exceptions thrown in apply method 2019-11-24 19:20:23 +01:00
MarkingStore Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Metadata Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
SupportStrategy Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Tests Merge branch '5.1' 2020-09-02 18:27:44 +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] Choose which Workflow events should be dispatched (fix previous commit) 2020-08-13 09:08:45 +02:00
composer.json Merge branch '4.4' into 5.1 2020-10-24 14:01:57 +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 [Workflow] Added parameter typhint where possible 2019-07-01 10:42:32 +02:00
phpunit.xml.dist
README.md
Registry.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02: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 Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
TransitionBlockerList.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
Workflow.php [Workflow] Choose which Workflow events should be dispatched (fix previous commit) 2020-08-13 09:08:45 +02:00
WorkflowEvents.php [Workflow] Improve and fix 2020-08-13 10:09:09 +02:00
WorkflowInterface.php [Workflow] Fixed BC break on WorkflowInterface 2019-10-03 18:20:08 +02:00