Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 1a28247

Browse files
committed
Properties should use @var, not @param, in annotations
1 parent a2ad9c3 commit 1a28247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response/ServerRequestErrorResponseGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ServerRequestErrorResponseGenerator
2626
/**
2727
* Factory capable of generating a ResponseInterface instance.
2828
*
29-
* @param callable
29+
* @var callable
3030
*/
3131
private $responseFactory;
3232

0 commit comments

Comments
 (0)