Skip to content

Commit d2c4ffb

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Workflow] Add missing `@param` on Transition [HttpFoundation] Fix issue where ServerEvent with "0" data is not sent [HttpClient] Don't store response with authentication headers in shared mode
2 parents b8f8c45 + 4d99725 commit d2c4ffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Transition.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public function getName(): string
4646
}
4747

4848
/**
49+
* @param bool $asArc
50+
*
4951
* @return $asArc is true ? array<Arc> : array<string>
5052
*/
5153
public function getFroms(/* bool $asArc = false */): array
@@ -58,6 +60,8 @@ public function getFroms(/* bool $asArc = false */): array
5860
}
5961

6062
/**
63+
* @param bool $asArc
64+
*
6165
* @return $asArc is true ? array<Arc> : array<string>
6266
*/
6367
public function getTos(/* bool $asArc = false */): array

0 commit comments

Comments
 (0)