1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Numeric is not expressible in PHP

This commit is contained in:
Matthew Brown 2019-01-05 13:17:44 -05:00
parent bf8f76671b
commit 632f613ba0

View File

@ -34,4 +34,9 @@ class TNumeric extends Scalar
) {
return null;
}
public function canBeFullyExpressedInPhp()
{
return false;
}
}