Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  [PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions
  [Messenger] Make sure redis transports are initialized correctly
  Remove return type for Twig function workflow_metadata()
  [DI] fix typo
  • Loading branch information
nicolas-grekas committed Apr 15, 2020
2 parents 405031e + d64035d commit 5962eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/WorkflowExtension.php
Expand Up @@ -95,7 +95,7 @@ public function getMarkedPlaces(object $subject, bool $placesNameOnly = true, st
* Use a string (the place name) to get place metadata
* Use a Transition instance to get transition metadata
*/
public function getMetadata(object $subject, string $key, $metadataSubject = null, string $name = null): ?string
public function getMetadata(object $subject, string $key, $metadataSubject = null, string $name = null)
{
return $this
->workflowRegistry
Expand Down

0 comments on commit 5962eb3

Please sign in to comment.