Skip to content

Commit

Permalink
5.x fix stan (#933)
Browse files Browse the repository at this point in the history
fix psalm
  • Loading branch information
LordSimal committed Jan 6, 2023
1 parent ebf8f02 commit 4b54baa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,9 +12,9 @@
"mobiledetect/mobiledetectlib": "^3.74"
},
"require-dev": {
"cakephp/bake": "dev-cake5",
"cakephp/bake": "3.x-dev",
"cakephp/cakephp-codesniffer": "^5.0",
"cakephp/debug_kit": "dev-cake5",
"cakephp/debug_kit": "5.x-dev",
"josegonzalez/dotenv": "^3.2",
"phpunit/phpunit": "^9.5.19"
},
Expand Down
2 changes: 2 additions & 0 deletions src/Application.php
Expand Up @@ -33,6 +33,8 @@
*
* This defines the bootstrapping logic and middleware layers you
* want to use in your application.
*
* @extends \Cake\Http\BaseApplication<\App\Application>
*/
class Application extends BaseApplication
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/ErrorController.php
Expand Up @@ -48,7 +48,7 @@ public function beforeFilter(EventInterface $event)
/**
* beforeRender callback.
*
* @param \Cake\Event\EventInterface $event Event.
* @param \Cake\Event\EventInterface<\Cake\Controller\Controller> $event Event.
* @return \Cake\Http\Response|null|void
*/
public function beforeRender(EventInterface $event)
Expand Down

0 comments on commit 4b54baa

Please sign in to comment.