1
0
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:
Matt Brown 2018-04-04 14:42:23 -04:00
parent b4fba8f805
commit 4065fa894f

View File

@ -57,6 +57,7 @@ abstract class Type
'self' => true,
'static' => true,
'scalar' => true,
'numeric' => true,
];
/**