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 @@ -178,7 +178,7 @@ public function getRels(): array
178178 /**
179179 * Returns a list of attributes that describe the target URI.
180180 *
181- * @return array<string, string |\Stringable|int|float|bool|list<string |\Stringable|int|float|bool >>
181+ * @return array<string, scalar |\Stringable|<scalar |\Stringable>>
182182 */
183183 public function getAttributes (): array
184184 {
@@ -215,7 +215,7 @@ public function withoutRel(string $rel): static
215215 * If the specified attribute is already present, it will be overwritten
216216 * with the new value.
217217 *
218- * @param string |\Stringable|int|float|bool| list<string |\Stringable|int|float|bool > $value
218+ * @param scalar |\Stringable|list<scalar |\Stringable> $value
219219 */
220220 public function withAttribute (string $ attribute , string |\Stringable |int |float |bool |array $ value ): static
221221 {
You can’t perform that action at this time.
0 commit comments