Closed chogberg closed 1 year ago
Hi,
When I try to analyze some code I get Unknown type node: UnionType as a result. I can´t really figure out what this means. There must be something wrong with Main.php but can't figure out what : <?php require('../../sys/classes/Main.php');
Unknown type node: UnionType
<?php require('../../sys/classes/Main.php');
if you have time to try with the latest progpilot version (v1.0.0)
Eric
progpilot version (v1.0.2) should solve this.
Hi,
When I try to analyze some code I get
Unknown type node: UnionType
as a result. I can´t really figure out what this means. There must be something wrong with Main.php but can't figure out what :<?php require('../../sys/classes/Main.php');