Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 08a3903

Browse files
committed
Fix namespace
1 parent 1b75244 commit 08a3903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequireFileExistsRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Bellangelo\RequireFileExistsRule;
5+
namespace Bellangelo\PHPStanRequireFileExists;
66

77
use PhpParser\Node;
88
use PhpParser\Node\Expr\Include_;

0 commit comments

Comments
 (0)