8000 fabbot · symfony/symfony@c651987 · GitHub
[go: up one dir, main page]

Skip to content

Commit c651987

Browse files
committed
fabbot
1 parent 7d5ea08 commit c651987

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/HttpKernel/Attribute

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Attribute/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function __construct(
113113
*
114114
* @see https://datatracker.ietf.org/doc/html/rfc7234#section-5.2.2.3
115115
*/
116-
public null|bool $noStore = null,
116+
public ?bool $noStore = null,
117117
) {
118118
}
119119
}

0 commit comments

Comments
 (0)
0