mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add numeric to Psalm reserved types
This commit is contained in:
parent
b4fba8f805
commit
4065fa894f
@ -57,6 +57,7 @@ abstract class Type
|
||||
'self' => true,
|
||||
'static' => true,
|
||||
'scalar' => true,
|
||||
'numeric' => true,
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user