Skip to content

Commit c898a76

Browse files
committed
$value is not necessary to withoutAttribute
1 parent 07ba2d5 commit c898a76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ServerRequestInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ public function withAttribute($attribute, $value);
223223
*
224224
* @see getAttributes()
225225
* @param string $attribute The attribute name.
226-
* @param mixed $value The value of the attribute.
227226
* @return self
228227
*/
229-
public function withoutAttribute($attribute, $value);
228+
public function withoutAttribute($attribute);
230229
}

0 commit comments

Comments
 (0)