File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/WebLink Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ public function getRels(): array
184184 /**
185185 * Returns a list of attributes that describe the target URI.
186186 *
187- * @return array<string, string |\Stringable|int|float|bool| list<string |\Stringable|int|float|bool >>
187+ * @return array<string, scalar |\Stringable|list<scalar |\Stringable>>
188188 */
189189 public function getAttributes (): array
190190 {
@@ -221,7 +221,7 @@ public function withoutRel(string $rel): static
221221 * If the specified attribute is already present, it will be overwritten
222222 * with the new value.
223223 *
224- * @param string |\Stringable|int|float|bool| list<string |\Stringable|int|float|bool > $value
224+ * @param scalar |\Stringable|list<scalar |\Stringable> $value
225225 */
226226 public function withAttribute (string $ attribute , string |\Stringable |int |float |bool |array $ value ): static
227227 {
You can’t perform that action at this time.
0 commit comments