mirror of
https://github.com/danog/psalm-not-empty.git
synced 2024-11-26 20:04:54 +01:00
remove debug
This commit is contained in:
parent
806d288346
commit
0874dc1639
@ -100,12 +100,6 @@ class NotEmptyHooks implements AfterExpressionAnalysisInterface
|
||||
$replacement[] = 'true';
|
||||
}
|
||||
} else {
|
||||
// object, named objects could be replaced by false(or true if !empty)
|
||||
// null could be replace by true (or false if !empty)
|
||||
if (!$atomic_type instanceof Atomic\TMixed && !$atomic_type instanceof Atomic\TArrayKey) {
|
||||
var_dump(get_class($atomic_type));
|
||||
var_dump($type->getId());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user