We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 885786b + 0f92526 commit 4f1ddcbCopy full SHA for 4f1ddcb
1 file changed
src/Application.php
@@ -95,7 +95,7 @@ public function getDirectory(): string
95
*/
96
public function run(...$args)
97
{
98
- $this->invoke(function(){
+ $this->invoke(function () {
99
//Call controller action.
100
$this->request = Request::current();
101
$route = Map::getCurrentRoute();
@@ -144,8 +144,10 @@ public function run(...$args)
144
145
/**
146
* @param callable $fn
147
- * @return void
+ *
148
* @throws Exception
149
150
+ * @return void
151
152
public function invoke(callable $fn): void
153
@@ -187,7 +189,7 @@ private function buildMiddlewareQueue(array $groups)
187
189
}
188
190
191
- * @param array $queue
192
+ * @param array $queue
193
* @param Closure $controllerClosure
194
*
195
0 commit comments