Skip to content

Commit a610605

Browse files
authored
Fix ShouldNotHappenException not found (#235)
1 parent eb513b0 commit a610605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/RepositoryClassResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Nette\Utils\FileSystem;
88
use Nette\Utils\Strings;
99
use PHPStan\Reflection\ReflectionProvider;
10-
use Rector\Exception\ShouldNotHappenException;
10+
use Symplify\PHPStanRules\Exception\ShouldNotHappenException;
1111

1212
final readonly class RepositoryClassResolver
1313
{

0 commit comments

Comments
 (0)