Julius
Results
2
comments of
Julius
I can reproduce the error > PHP Fatal error: Uncaught Error: Call to a member function getAssignDef() on null in /home/user/Documents/repo/progpilot/package/src/progpilot/Analysis/VisitorAnalysis.php:522 with the following code: ` $foo = $ba->r() ?...
I have ran into the same problem and dived into the code. As Maks3w explained there is an option to work around it by using: `bindRequiresDn: true`, but that need...