ircmaxell / Tuli

A static analysis engine
MIT License
169 stars 7 forks source link

Error involving PHPTypes #16

Open garrettw opened 7 years ago

garrettw commented 7 years ago

I was just trying out Tuli, and as it was analyzing, it stopped with this error message: PHP Catchable fatal error: Argument 2 passed to PHPTypes\State::findTypedBlock() must be an instance of PHPCfg\Block, null given, called inircmaxell/php-types/lib/PHPTypes/State.php on line 207and defined in ircmaxell/php-types/lib/PHPTypes/State.php on line 212

Any idea why $block would be null in that call?