We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb7582 commit b60d6bcCopy full SHA for b60d6bc
1 file changed
src/Application/Request.php
@@ -13,10 +13,11 @@
13
/**
14
* Presenter request.
15
*
16
- * @property array $parameters
17
- * @property array $post
18
- * @property array $files
19
- * @property string|NULL $method
+ * @property string $presenterName
+ * @property array $parameters
+ * @property array $post
+ * @property array $files
20
+ * @property string|NULL $method
21
*/
22
class Request
23
{
0 commit comments