KosHuang Following code did have a return value, but PHP Tools give a hint: 'test_function': not all code paths return a value PHP(PHP0405) private function test_function(): bool { try { // create connection return true; } finally { // close connection } }
JakubMisek KosHuang we've fixed this one, although we're still having other minor related issues. The hotfix will be available in the next Pre-Release. thanks!