Skip to content

Commit b60d6bc

Browse files
committed
added some @Property (#136)
1 parent cfb7582 commit b60d6bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Application/Request.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
/**
1414
* Presenter request.
1515
*
16-
* @property array $parameters
17-
* @property array $post
18-
* @property array $files
19-
* @property string|NULL $method
16+
* @property string $presenterName
17+
* @property array $parameters
18+
* @property array $post
19+
* @property array $files
20+
* @property string|NULL $method
2021
*/
2122
class Request
2223
{

0 commit comments

Comments
 (0)