Skip to content

Commit c3d5f1a

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [PHPDoc] Fix some union type cases
2 parents dc54d5e + 24e298f commit c3d5f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/SecurityDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function getAccessDecisionLog()
370370
/**
371371
* Returns the configuration of the current firewall context.
372372
*
373-
* @return array|Data
373+
* @return array|Data|null
374374
*/
375375
public function getFirewall()
376376
{

0 commit comments

Comments
 (0)