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:
parent
bf8f76671b
commit
632f613ba0
@ -34,4 +34,9 @@ class TNumeric extends Scalar
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function canBeFullyExpressedInPhp()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user