@@ -70,8 +70,8 @@ class Application extends Router
7070 /**
7171 * Application constructor
7272 *
73- * @param Request $request
74- * @param Response $response
73+ * @param Request $request
74+ * @param Response $response
7575 * @throws BadRequestException
7676 */
7777 public function __construct (Request $ request , Response $ response )
@@ -192,8 +192,8 @@ public function send(): bool
192192 /**
193193 * Send the answer to the customer
194194 *
195- * @param mixed $response
196- * @param int $code
195+ * @param mixed $response
196+ * @param int $code
197197 * @return void
198198 */
199199 private function sendResponse (mixed $ response , int $ code = 200 ): void
@@ -219,9 +219,9 @@ public function disablePoweredByMention(): void
219219 /**
220220 * Make the REST API base on route and resource controller.
221221 *
222- * @param string $url
223- * @param string|array $controller_name
224- * @param array $where
222+ * @param string $url
223+ * @param string|array $controller_name
224+ * @param array $where
225225 * @return Application
226226 *
227227 * @throws ApplicationException
@@ -273,8 +273,8 @@ public function rest(string $url, string|array $controller_name, array $where =
273273 /**
274274 * Build the application
275275 *
276- * @param Request $request
277- * @param Response $response
276+ * @param Request $request
277+ * @param Response $response
278278 * @return Application
279279 * @throws BadRequestException
280280 */
@@ -290,9 +290,9 @@ public static function make(Request $request, Response $response): Application
290290 /**
291291 * Abort application
292292 *
293- * @param int $code
294- * @param string $message
295- * @param array $headers
293+ * @param int $code
294+ * @param string $message
295+ * @param array $headers
296296 * @return void
297297 *
298298 * @throws HttpException
@@ -315,8 +315,8 @@ public function abort(int $code = 500, string $message = '', array $headers = []
315315 /**
316316 * Build dependence
317317 *
318- * @param ?string $name
319- * @param ?callable $callable
318+ * @param ?string $name
319+ * @param ?callable $callable
320320 * @return mixed
321321 * @throws ApplicationException
322322 */
@@ -344,7 +344,7 @@ public function container(?string $name = null, ?callable $callable = null): mix
344344 /**
345345 * Configuration Association
346346 *
347- * @param Loader $config
347+ * @param Loader $config
348348 * @return void
349349 */
350350 public function bind (Loader $ config ): void
@@ -384,7 +384,7 @@ private function boot(): void
384384 *
385385 * This point method on the container system
386386 *
387- * @param array $params
387+ * @param array $params
388388 * @return mixed
389389 * @throws ApplicationException
390390 */
0 commit comments