Skip to content

Commit

Permalink
docs: fix @param in ControllerTestTrait
Browse files Browse the repository at this point in the history
kenjis committed Nov 4, 2023

Verified

This commit was signed with the committer’s verified signature.
kenjis kenjis
1 parent 3266127 commit 9d2b071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/Test/ControllerTestTrait.php
Original file line number Diff line number Diff line change
@@ -215,7 +215,7 @@ public function execute(string $method, ...$params)
/**
* Set controller's config, with method chaining.
*
* @param mixed $appConfig
* @param App $appConfig
*
* @return $this
*/
@@ -229,7 +229,7 @@ public function withConfig($appConfig)
/**
* Set controller's request, with method chaining.
*
* @param mixed $request
* @param IncomingRequest $request
*
* @return $this
*/
@@ -260,7 +260,7 @@ public function withResponse($response)
/**
* Set controller's logger, with method chaining.
*
* @param mixed $logger
* @param LoggerInterface $logger
*
* @return $this
*/

0 comments on commit 9d2b071

Please sign in to comment.