Skip to content

Commit f60c2e5

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [PHPDoc] Fix some union type cases
2 parents fdfad3c + 18373fd commit f60c2e5

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)