Verified on latest main
PHPantom version / commit
0.10.0
Installation method
Other (describe in Additional Context)
Operating system
Linux x86_64
Editor
VS Code
Bug description
PHPantom LSP:

Intelephense LSP:

Steps to reproduce
-- Laravel example
- Install Nutgram
composer require nutgram/laravel
- Create some file (for ex: app/Console/Commands/Phpantom.php)
<?php declare (strict_types = 1);
namespace App\Console\Commands;
use SergiX44\Nutgram\Nutgram;
class Phpantom
{
public function __construct(string $token)
{
$bot = new Nutgram($token);
$bot->sendMessage("Salom");
$bot->run();
}
}
- See logs of phpantom lsp.
Error output or panic trace
.phpantom.toml
Additional context
No response
Verified on latest main
mainbranch.PHPantom version / commit
0.10.0
Installation method
Other (describe in Additional Context)
Operating system
Linux x86_64
Editor
VS Code
Bug description
PHPantom LSP:

Intelephense LSP:

Steps to reproduce
-- Laravel example
Error output or panic trace
.phpantom.toml
Additional context
No response