Skip to content

Commit

Permalink
Ignore Psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed May 26, 2022
1 parent 84fea9c commit 838428c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Config/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
* needing to reload it.
*/
if (file_exists(APPPATH . 'Config/' . ENVIRONMENT . '/Routes.php')) {
/**
* @psalm-suppress MissingFile
*/
require APPPATH . 'Config/' . ENVIRONMENT . '/Routes.php';
}

0 comments on commit 838428c

Please sign in to comment.