Skip to content

Commit c22c5de

Browse files
Merge branch '3.4' into 4.1
* 3.4: [php_cs] disable fopen_flags [DI] fix error in dumped container [CS] Remove unused variables passed to closures [DI] fix dumping setters before their inlined instances [CS] Remove empty comment [CS] Enforces null type hint on last position in phpDocs [CS] Use combined assignment operators when possible Fix a typo in error messages Don't return early as this bypasses the auto exit feature [Console] Add missing null to input values allowed types [PHPUnitBridge] Fix microtime() format bumped Symfony version to 3.4.17 updated VERSION for 3.4.16 updated CHANGELOG for 3.4.16 bumped Symfony version to 2.8.47 update CONTRIBUTORS for 2.8.46 updated VERSION for 2.8.46 updated CHANGELOG for 2.8.46
2 parents d0d34f9 + bb96b28 commit c22c5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Metadata/MetadataStoreInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function getTransitionMetadata(Transition $transition): array;
3131
*
3232
* This is a proxy method.
3333
*
34-
* @param null|string|Transition $subject Use null to get workflow metadata
34+
* @param string|Transition|null $subject Use null to get workflow metadata
3535
* Use a string (the place name) to get place metadata
3636
* Use a Transition instance to get transition metadata
3737
*/

0 commit comments

Comments
 (0)