Skip to content

Commit 7619609

Browse files
committed
(chore): ignore wrong phpstan error
1 parent b93d6de commit 7619609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/Helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ private function dieAndNotFound(): View
4141
$wp_query->set_404();
4242
\status_header(404);
4343

44+
// @phpstan-ignore-next-line
4445
if (view()->exists('404')) {
4546
return view('404');
4647
} else {

0 commit comments

Comments
 (0)