Skip to content

Commit 3cce67b

Browse files
committed
Fix phpdoc error found by phpstan v2
1 parent 5a1a6ed commit 3cce67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Headers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ protected function prepareHeader($name, $value): array
251251
* @param string $name
252252
* @param array|string $value
253253
*
254-
* @throws InvalidArgumentException;
254+
* @throws InvalidArgumentException
255255
*/
256256
protected function validateHeader($name, $value): void
257257
{

0 commit comments

Comments
 (0)