Skip to content

Commit 4f0f283

Browse files
committed
[PHPDoc] Fix some union type cases
1 parent 607dcdb commit 4f0f283

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
@@ -389,7 +389,7 @@ public function getAccessDecisionLog()
389389
/**
390390
* Returns the configuration of the current firewall context.
391391
*
392-
* @return array|Data
392+
* @return array|Data|null
393393
*/
394394
public function getFirewall()
395395
{

0 commit comments

Comments
 (0)