Skip to content

Commit

Permalink
Merge pull request #8146 from kenjis/fix-mixed-in-ControllerTestTrait
Browse files Browse the repository at this point in the history
docs: fix @param in ControllerTestTrait
  • Loading branch information
kenjis authored Nov 6, 2023
2 parents c3613ca + 9d2b071 commit 6c187dd
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
Expand Up @@ -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
*/
Expand All @@ -229,7 +229,7 @@ public function withConfig($appConfig)
/**
* Set controller's request, with method chaining.
*
* @param mixed $request
* @param IncomingRequest $request
*
* @return $this
*/
Expand Down Expand Up @@ -260,7 +260,7 @@ public function withResponse($response)
/**
* Set controller's logger, with method chaining.
*
* @param mixed $logger
* @param LoggerInterface $logger
*
* @return $this
*/
Expand Down

0 comments on commit 6c187dd

Please sign in to comment.