mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix addition of Psalm classes
This commit is contained in:
parent
eb7a8ae8d2
commit
55bf6333af
@ -21,7 +21,7 @@ class StubsGenerator
|
|||||||
$psalm_base = dirname(__DIR__, 5);
|
$psalm_base = dirname(__DIR__, 5);
|
||||||
|
|
||||||
foreach ($all_class_storage as $storage) {
|
foreach ($all_class_storage as $storage) {
|
||||||
if (strpos($storage->name, 'Psalm\\')) {
|
if (\strpos($storage->name, 'Psalm\\') === 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user