Skip to content

Commit af8ad01

Browse files
Run php-cs-fixer
1 parent 87a01cd commit af8ad01

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

GenericLinkProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public function getLinksByRel(string $rel): array
6161

6262
/**
6363
* {@inheritdoc}
64-
*
65-
* @return static
6664
*/
6765
public function withLink(LinkInterface $link): static
6866
{
@@ -74,8 +72,6 @@ public function withLink(LinkInterface $link): static
7472

7573
/**
7674
* {@inheritdoc}
77-
*
78-
* @return static
7975
*/
8076
public function withoutLink(LinkInterface $link): static
8177
{

Link.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ public function getAttributes(): array
9292

9393
/**
9494
* {@inheritdoc}
95-
*
96-
* @return static
9795
*/
9896
public function withHref(string|\Stringable $href): static
9997
{
@@ -105,8 +103,6 @@ public function withHref(string|\Stringable $href): static
105103

106104
/**
107105
* {@inheritdoc}
108-
*
109-
* @return static
110106
*/
111107
public function withRel(string $rel): static
112108
{
@@ -118,8 +114,6 @@ public function withRel(string $rel): static
118114

119115
/**
120116
* {@inheritdoc}
121-
*
122-
* @return static
123117
*/
124118
public function withoutRel(string $rel): static
125119
{
@@ -131,8 +125,6 @@ public function withoutRel(string $rel): static
131125

132126
/**
133127
* {@inheritdoc}
134-
*
135-
* @return static
136128
*/
137129
public function withAttribute(string $attribute, string|\Stringable|int|float|bool|array $value): static
138130
{
@@ -144,8 +136,6 @@ public function withAttribute(string $attribute, string|\Stringable|int|float|bo
144136

145137
/**
146138
* {@inheritdoc}
147-
*
148-
* @return static
149139
*/
150140
public function withoutAttribute(string $attribute): static
151141
{

0 commit comments

Comments
 (0)