Skip to content

Commit 0edf475

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix tests CS fix CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents ebfff03 + 66e3f2d commit 0edf475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AppVariable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function getDebug()
152152
*
153153
* @return array
154154
*/
155-
public function getFlashes(string|array|null $types = null)
155+
public function getFlashes(string|array $types = null)
156156
{
157157
try {
158158
if (null === $session = $this->getSession()) {

Extension/WorkflowExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function getMarkedPlaces(object $subject, bool $placesNameOnly = true, st
102102
* Use a string (the place name) to get place metadata
103103
* Use a Transition instance to get transition metadata
104104
*/
105-
public function getMetadata(object $subject, string $key, string|Transition|null $metadataSubject = null, string $name = null)
105+
public function getMetadata(object $subject, string $key, string|Transition $metadataSubject = null, string $name = null)
106106
{
107107
return $this
108108
->workflowRegistry

0 commit comments

Comments
 (0)