Skip to content

Commit 18373fd

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [PHPDoc] Fix some union type cases
2 parents 7dc7f4f + 005b951 commit 18373fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeaderBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function hasCacheControlDirective(string $key)
230230
/**
231231
* Returns a Cache-Control directive value by name.
232232
*
233-
* @return mixed|null The directive value if defined, null otherwise
233+
* @return mixed The directive value if defined, null otherwise
234234
*/
235235
public function getCacheControlDirective(string $key)
236236
{

0 commit comments

Comments
 (0)