File tree 1 file changed +2
-2
lines changed
src/Symfony/Component/WebLink
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
178
178
/**
179
179
* Returns a list of attributes that describe the target URI.
180
180
*
181
- * @return array<string, string |\Stringable|int|float|bool|list<string |\Stringable|int|float|bool >>
181
+ * @return array<string, scalar |\Stringable|<scalar |\Stringable>>
182
182
*/
183
183
public function getAttributes (): array
184
184
{
@@ -215,7 +215,7 @@ public function withoutRel(string $rel): static
215
215
* If the specified attribute is already present, it will be overwritten
216
216
* with the new value.
217
217
*
218
- * @param string |\Stringable|int|float|bool| list<string |\Stringable|int|float|bool > $value
218
+ * @param scalar |\Stringable|list<scalar |\Stringable> $value
219
219
*/
220
220
public function withAttribute (string $ attribute , string |\Stringable |int |float |bool |array $ value ): static
221
221
{
You can’t perform that action at this time.
0 commit comments