Giter Club home page Giter Club logo

psalm-vscode-plugin's Introduction

Psalm VScode Plugin

build downloads installs

Psalm is a static analysis tool for finding errors in PHP applications.

Installation

VSCode Market Place

Install through VS Code extensions. Search for Psalm (PHP Static Analysis Linting Machine)

Psalm (PHP Static Analysis Linting Machine)

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install getpsalm.psalm-vscode-plugin

Open VSX Registry

Install through VS Code extensions. Search for Psalm (PHP Static Analysis Linting Machine)

Psalm (PHP Static Analysis Linting Machine)

Features

  • Runs Psalm's analysis when opening and saving files using the Language Server Protocol for communication.

Contributing

You can build and test locally in Visual Studio by going to "Run and Debug" and clicking "Launch Extension"

psalm-vscode-plugin's People

Contributors

dependabot[bot] avatar jarstelfox avatar joehoyle avatar limarkxx avatar muglug avatar nadyita avatar ngyuki avatar pristinesource avatar razshare avatar taluu avatar tdgroot avatar tm1000 avatar weirdan avatar yaegassy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

psalm-vscode-plugin's Issues

UnexpectedValueException: Expecting non-empty $root_file_path and $checked_file_path

Issue Type: Bug

Behaviour

Expected

XXX

Actual

XXX

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

Diagnostic data

  • PHP version: PHP 8.0.9 (cli) (built: Jul 30 2021 13:04:16) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v4.0.9, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.9, Copyright (c), by Zend Technologies
    with Xdebug v3.0.4, Copyright (c) 2002-2021, by Derick Rethans

  • Psalm version: 4.10.0

"Psalm Language Server" channel in the OUTPUT panel (Last 1000 lines)

[INFO - 7:35:32 PM] Starting language server
[INFO - 7:35:33 PM] Starting Psalm Language Server
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Language server has started.
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Getting code base...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Scanning files...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Registering stub files...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Complete.
[INFO - 7:35:55 PM] The Language Server is ready
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/project/vendor/project/telephony/src/Client.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/project/vendor/project/telephony/src/Client.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/project/vendor/project/telephony/src/Client.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/project/vendor/project/telephony/src/Client.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/project/vendor/project/telephony/src/Client.php is not in project
[Error - 8:05:05 PM] Request textDocument/completion failed.
  Message: UnexpectedValueException: Expecting non-empty $root_file_path and $checked_file_path in /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Functions.php:111
Stack trace:
#0 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Codebase.php(962): Psalm\Internal\Codebase\Functions->getStorage()
#1 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Codebase.php(1476): Psalm\Codebase->getFunctionStorageForSymbol()
#2 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(274): Psalm\Codebase->getTypeContextAtPosition()
#3 /usr/src/project/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(168): Psalm\Internal\LanguageServer\Server\TextDocument->completion()
#4 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(140): AdvancedJsonRpc\Dispatcher->dispatch()
#5 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#6 /usr/src/project/vendor/amphp/amp/lib/Coroutine.php(67): Generator->current()
#7 /usr/src/project/vendor/amphp/amp/lib/functions.php(96): Amp\Coroutine->__construct()
#8 /usr/src/project/vendor/amphp/amp/lib/functions.php(61): Amp\call()
#9 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(78): Amp\{closure}()
#10 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(118): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#11 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(67): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages()
#12 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#13 /usr/src/project/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#14 /usr/src/project/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#15 /usr/src/project/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#16 /usr/src/project/vendor/amphp/byte-stream/lib/ResourceInputStream.php(109): Amp\Deferred->resolve()
#17 /usr/src/project/vendor/amphp/amp/lib/Loop/Driver.php(119): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#18 /usr/src/project/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#19 /usr/src/project/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#20 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(533): Amp\Loop::run()
#21 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(312): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#22 /usr/src/project/vendor/vimeo/psalm/psalm-language-server(4): Psalm\Internal\Cli\LanguageServer::run()
#23 {main}
  Code: -32603 
[Error - 8:05:05 PM] Request textDocument/completion failed.
  Message: UnexpectedValueException: Expecting non-empty $root_file_path and $checked_file_path in /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Functions.php:111
Stack trace:
#0 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Codebase.php(962): Psalm\Internal\Codebase\Functions->getStorage()
#1 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Codebase.php(1476): Psalm\Codebase->getFunctionStorageForSymbol()
#2 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(274): Psalm\Codebase->getTypeContextAtPosition()
#3 /usr/src/project/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(168): Psalm\Internal\LanguageServer\Server\TextDocument->completion()
#4 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(140): AdvancedJsonRpc\Dispatcher->dispatch()
#5 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#6 /usr/src/project/vendor/amphp/amp/lib/Coroutine.php(67): Generator->current()
#7 /usr/src/project/vendor/amphp/amp/lib/functions.php(96): Amp\Coroutine->__construct()
#8 /usr/src/project/vendor/amphp/amp/lib/functions.php(61): Amp\call()
#9 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(78): Amp\{closure}()
#10 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(118): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#11 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(67): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages()
#12 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#13 /usr/src/project/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#14 /usr/src/project/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#15 /usr/src/project/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#16 /usr/src/project/vendor/amphp/byte-stream/lib/ResourceInputStream.php(109): Amp\Deferred->resolve()
#17 /usr/src/project/vendor/amphp/amp/lib/Loop/Driver.php(119): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#18 /usr/src/project/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#19 /usr/src/project/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#20 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(533): Amp\Loop::run()
#21 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(312): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#22 /usr/src/project/vendor/vimeo/psalm/psalm-language-server(4): Psalm\Internal\Cli\LanguageServer::run()
#23 {main}
  Code: -32603 
[Error - 8:05:06 PM] Request textDocument/completion failed.
  Message: UnexpectedValueException: Expecting non-empty $root_file_path and $checked_file_path in /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Functions.php:111
Stack trace:
#0 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Codebase.php(962): Psalm\Internal\Codebase\Functions->getStorage()
#1 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Codebase.php(1476): Psalm\Codebase->getFunctionStorageForSymbol()
#2 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(274): Psalm\Codebase->getTypeContextAtPosition()
#3 /usr/src/project/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(168): Psalm\Internal\LanguageServer\Server\TextDocument->completion()
#4 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(140): AdvancedJsonRpc\Dispatcher->dispatch()
#5 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#6 /usr/src/project/vendor/amphp/amp/lib/Coroutine.php(67): Generator->current()
#7 /usr/src/project/vendor/amphp/amp/lib/functions.php(96): Amp\Coroutine->__construct()
#8 /usr/src/project/vendor/amphp/amp/lib/functions.php(61): Amp\call()
#9 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(78): Amp\{closure}()
#10 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(118): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#11 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(67): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages()
#12 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#13 /usr/src/project/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#14 /usr/src/project/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#15 /usr/src/project/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#16 /usr/src/project/vendor/amphp/byte-stream/lib/ResourceInputStream.php(101): Amp\Deferred->resolve()
#17 /usr/src/project/vendor/amphp/amp/lib/Loop/NativeDriver.php(327): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#18 /usr/src/project/vendor/amphp/amp/lib/Loop/NativeDriver.php(127): Amp\Loop\NativeDriver->selectStreams()
#19 /usr/src/project/vendor/amphp/amp/lib/Loop/Driver.php(138): Amp\Loop\NativeDriver->dispatch()
#20 /usr/src/project/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#21 /usr/src/project/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#22 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(533): Amp\Loop::run()
#23 /usr/src/project/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(312): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#24 /usr/src/project/vendor/vimeo/psalm/psalm-language-server(4): Psalm\Internal\Cli\LanguageServer::run()
#25 {main}
  Code: -32603 

User Settings

phpExecutablePath: "/usr/bin/php"
phpExecutableArgs: ["-dxdebug.remote_autostart=0","-dxdebug.remote_enable=0","-dxdebug_profiler_enable=0"]
psalmScriptPath: "app/vendor/bin/psalm-language-server"
maxRestartCount: 5
unusedVariableDetection: false
enableVerbose: true
connectToServerWithTcp: false
enableUseIniDefaults: false
logLevel: "INFO"
analyzedFileExtensions: [{"scheme":"file","language":"php"},{"scheme":"untitled","language":"php"}]
configPaths: ["app/psalm.xml"]
hideStatusMessageWhenRunning: true

Extension version: 2.3.0
VS Code version: Code 1.60.1 (83bd43bc519d15e50c4272c6cf5c1479df196a4d, 2021-09-10T17:09:14.403Z)
OS version: Darwin x64 20.6.0
Restricted Mode: No
Remote OS version: Linux x64 5.11.0-34-generic
Remote OS version: Linux x64 5.11.0-34-generic
Remote OS version: Linux x64 5.11.0-34-generic

Project maintainer or collaborator

Hi,

First at all, this is an awesome VSCode extension and Psalm it's a good tool.

I use it on many of my projects and I want to improve it in order to make a better experience using the extension. I would like to contribute to the project as maintainer or collaborator in order to move faster to marketplace

I hope to work on this project!

Can't find psalm.xml

I'm testing this plugin, I have installed psalm globally, it works from the command line.

However the extension keeps giving me the "No psalm.xml config..."

image

I also tried without workspaces:

image

I have checked your extension.ts and I can't find any problems from my setup. Maybe the isFile is not working correctly somehow.

Edit Maybe this is Windows issue?

How does this plugin work with the baseline file?

I have created a baseline file using the psalm cli, but the vs code plugin doesn't seem to be using it. It just displays all the errors, even those I want it to ignore. It does seem to be picking up my psalm.txt file ok though. I looked for an '--ignore-baseline' argument in the plugin code but I didn't see anything. Maybe the language server doesn't respect the baseline file?

Request textDocument/definition failed.

Not sure is it the extension or vimeo/psalm lib, but I get from time to time Request textDocument/definition failed. errors (only in VSCode when extension is enabled, never when called psalm directly via command line)

[Error - 02:16:46] Request textDocument/definition failed.
  Message: InvalidArgumentException: Could not get class storage for type: bool in /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:43
Stack trace:
#0 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Codebase.php(1021): Psalm\Internal\Provider\ClassLikeStorageProvider->get('type: bool')
#1 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(183): Psalm\Codebase->getSymbolLocation('/Users/__USER__...', 'type: bool')
#2 /Users/__USER__/.composer/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(160): Psalm\Internal\LanguageServer\Server\TextDocument->definition(Object(LanguageServerProtocol\TextDocumentIdentifier), Object(LanguageServerProtocol\Position))
#3 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(116): AdvancedJsonRpc\Dispatcher->dispatch(Object(AdvancedJsonRpc\Request))
#4 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}(Object(Psalm\Internal\LanguageServer\Message))
#5 /Users/__USER__/.composer/vendor/amphp/amp/lib/Coroutine.php(41): Generator->current()
#6 /Users/__USER__/Projects/Web/ContactsSyncer/vendor/amphp/amp/lib/functions.php(66): Amp\Coroutine->__construct(Object(Generator))
#7 /Users/__USER__/Projects/Web/ContactsSyncer/vendor/amphp/amp/lib/functions.php(44): Amp\call(Object(Closure), Object(Psalm\Internal\LanguageServer\Message))
#8 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(78): Amp\{closure}(Object(Psalm\Internal\LanguageServer\Message))
#9 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(107): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit('message', Array)
#10 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(51): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages('Content-Length:...')
#11 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#12 /Users/__USER__/.composer/vendor/amphp/amp/lib/Coroutine.php(76): Generator->send('Content-Length:...')
#13 /Users/__USER__/.composer/vendor/amphp/amp/lib/Internal/Placeholder.php(130): Amp\Coroutine->Amp\{closure}(NULL, 'Content-Length:...')
#14 /Users/__USER__/.composer/vendor/amphp/amp/lib/Deferred.php(45): class@anonymous->resolve('Content-Length:...')
#15 /Users/__USER__/.composer/vendor/amphp/byte-stream/lib/ResourceInputStream.php(99): Amp\Deferred->resolve('Content-Length:...')
#16 /Users/__USER__/.composer/vendor/amphp/amp/lib/Loop/NativeDriver.php(206): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}('a', Resource id #1, NULL)
#17 /Users/__USER__/.composer/vendor/amphp/amp/lib/Loop/NativeDriver.php(97): Amp\Loop\NativeDriver->selectStreams(Array, Array, -0.001)
#18 /Users/__USER__/.composer/vendor/amphp/amp/lib/Loop/Driver.php(134): Amp\Loop\NativeDriver->dispatch(true)
#19 /Users/__USER__/.composer/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#20 /Users/__USER__/.composer/vendor/amphp/amp/lib/Loop.php(84): Amp\Loop\Driver->run()
#21 /Users/__USER__/.composer/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(309): Amp\Loop::run()
#22 /Users/__USER__/.composer/vendor/vimeo/psalm/src/psalm-language-server.php(240): Psalm\Internal\Analyzer\ProjectAnalyzer->server(NULL, false)
#23 /Users/__USER__/.composer/vendor/vimeo/psalm/psalm-language-server(2): require_once('/Users/__USER__...')
#24 {main}
  Code: -32603 

This one is for bool, but for others I get errors too.

No parameters hints after installing

When I use vscode without the plugin installed, I can issue ctrl-shift-space to trigger the parameter hint popup and it works.

But after I install the plugin this key sequence doesn't work any more.

Version: 1.59.0
Commit: 379476f0e13988d90fab105c5c19e7abc8b1dea8
Date: 2021-08-04T23:13:20.182Z
Electron: 13.1.7
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Linux x64 5.11.0-31-generic

PSalm plugin version: v2.1.0

Autocomplete for PHPUnit 9.x

I'm using psalm-vscode-plugin v1.2.2 with vs-code 1.52.1 (and code-server 3.8.1) and tried to get auto-complete working for phpunit 9.x (loaded as composer library). E.g. assertTrue() cannot be autocompleted from PHPUnit\Framework\TestCase -> PHPUnit\Framework\Assert.
When I type assertTrue manually, detecting invalid parameters works.

Screenshot_20210206_200602
Screenshot_20210206_201026

Errors when viewing commit diff

In VS Code, I often like to look at a commit diff. Every time I open a commit diff for a PHP file, the output window pops up with Psalm errors.

The error code is 32603, with message: Message: InvalidArgumentException: Not a valid file URI. It then gives the file name, which is something like: git:ABSOLUTE_FILE_PATH?%7B%22path%22:%22ABSOLUTE_FILE_PATH%22,%22ref%22:%22COMMIT_HASH%22%7D.

Obviously, we don't what to run Psalm on a "diff" file, so maybe we should check explicitly for this case?

Extension stuck on starting

The extension seems to be stuck on startup, with only this in the extension logs:

[INFO - 12:45:34 PM] Starting language server

No PHP or Psalm process can be found in the process list.

Edit: After disabling TCP mode for the LS, I'm now getting a version error for my custom fork of psalm with tag 4.10.0.11, would be nice if this extended versioning scheme didn't cause a crash :)

Support for absolute paths for Psalm Client Script Path and Psalm Script Path

Workspace relative paths are working (e.g. bin/psalm_4910.phar),
but absolute paths (e.g. /home/foobar/bin/psalm_4910.phar) give the error message "Psalm is not installed".

I guess this line might get a fallback for absolute paths:

const psalmScriptPath = join(

I suggest to rename "Psalm Client Script Path" to e.g. "Psalm executable (workspace relative path + filename)" or support absolute paths.
I suggest to rename "Psalm Client Script Path" to e.g. "Psalm language server executable (workspace relative Path + filename)" or support absolute paths for the configs.

Tested with:
php 8.0.9
psalm 4.9.1 (phar)
vscode 1.58.2
vscode extension v2.0.5

2.5 Release

Features

  • Figure out if it's possible to auto deploy to marketplace (good idea or bad)

Awaiting Upstream PRs:

Exception when running psalm language server

Hi, I'm trying to run Psalm analysis on WordPress in VS Code.
However, I encountered an exception thrown, causing Psalm to crash:
Uncaught InvalidArgumentException: Could not get class storage for domdocumentfragment in /vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:42

reports errors for files outside of projectFiles directory

From my understanding the plugin should only run against files or directories stated within the projectFiles tag in the config but psalm is reporting problems for files outside of this directory.

I have also tried putting @psalm-suppress in a docblock without an error type at the top of a file I don't want psalm to process.
This works until I save a change within a file.

Report from VS code

Issue Type: Bug

Behaviour

Expected

XXX

Actual

XXX

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

Diagnostic data

  • PHP version: PHP 7.4.30 (cli) (built: Jun 9 2022 09:20:03) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies

  • Psalm version: unknown

"Psalm Language Server" channel in the OUTPUT panel (Last 1000 lines)

[INFO  - 5:03:18 PM] Starting language server
[WARN  - 5:03:20 PM] Psalm Version could not be parsed as a Semantic Version. Got "Psalm dev-master@667dcc2e49e241fdff00368bfcfffc987bf62e9d
". Assuming unknown
[Info  - 5:03:29 PM] Connection to server got closed. Server will restart.
[WARN  - 5:03:29 PM] Psalm Version could not be parsed as a Semantic Version. Got "Psalm dev-master@667dcc2e49e241fdff00368bfcfffc987bf62e9d
". Assuming unknown
[Info  - 5:03:38 PM] Connection to server got closed. Server will restart.
[WARN  - 5:03:38 PM] Psalm Version could not be parsed as a Semantic Version. Got "Psalm dev-master@667dcc2e49e241fdff00368bfcfffc987bf62e9d
". Assuming unknown
[Info  - 5:04:01 PM] Connection to server got closed. Server will restart.
[WARN  - 5:04:02 PM] Psalm Version could not be parsed as a Semantic Version. Got "Psalm dev-master@667dcc2e49e241fdff00368bfcfffc987bf62e9d
". Assuming unknown
[Info  - 5:04:35 PM] Connection to server got closed. Server will restart.
[WARN  - 5:04:35 PM] Psalm Version could not be parsed as a Semantic Version. Got "Psalm dev-master@667dcc2e49e241fdff00368bfcfffc987bf62e9d
". Assuming unknown
[Error - 5:05:16 PM] Connection to server got closed. Server will not be restarted.

User Settings

phpExecutablePath: "/opt/homebrew/bin/php"
phpExecutableArgs: ["-dxdebug.remote_autostart=0","-dxdebug.remote_enable=0","-dxdebug_profiler_enable=0"]
psalmVersion: null
psalmScriptPath: "vendor/vimeo/psalm/psalm-language-server"
psalmScriptArgs: []
disableAutoComplete: false
maxRestartCount: 5
unusedVariableDetection: false
enableVerbose: false
connectToServerWithTcp: false
enableUseIniDefaults: false
logLevel: "INFO"
analyzedFileExtensions: [{"scheme":"file","language":"php"},{"scheme":"untitled","language":"php"}]
configPaths: ["psalm.xml","psalm.xml.dist"]
hideStatusMessageWhenRunning: true

Extension version: 2.7.0
VS Code version: Code 1.69.2 (Universal) (3b889b090b5ad5793f524b5d1d39fda662b96a2a, 2022-07-18T16:12:57.074Z)
OS version: Darwin arm64 21.6.0
Restricted Mode: No

System Info
Item Value
CPUs Apple M1 Max (10 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 58, 40, 156
Memory (System) 32.00GB (1.40GB free)
Process Argv . --crash-reporter-id 03b008ee-508f-44d9-9223-7fa862ba8397
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
vscorecescf:30445987
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411cf:30525689
vsaa593:30376534
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
vscscmwlcmt:30465135
cppdebug:30492333
pylanb8912cf:30529770
vsclangdf:30486550
c4g48928:30535728

Stuck with "Psalm: starting"

I'd downloaded paslm and this extension, and I've stuck with "Psalm: starting" text on the status bar.

Output says

Scanning files...
Analyzing files...

E
[Error - 12:16:10 PM] Connection to server is erroring. Shutting down server.

Psalm is working properly, project has psalm.xml.

Psalm Breaks On Syntax Error

Summary

The psalm extension breaks when there is a syntax error (e.g. missing closing }).

Steps to Reproduce

  • Create new Symfony project using $ symfony new .
  • Optional: Install maker-bundle in order to create Controller stub using $ composer require --dev maker, $ composer require doctrine/annotations, $ php bin/console make:controller GrumpyPopsicleController

The generated class looks as follows:

<?php

namespace App\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;

class GrumpyPopsicleController extends AbstractController
{
    #[Route('/grumpy/popsicle', name: 'grumpy_popsicle')]
    public function index(): Response
    {
        return $this->json([
            'message' => 'Welcome to your new controller!',
            'path' => 'src/Controller/GrumpyPopsicleController.php',
        ]);
    }
}
  • Remove the closing } on the second to last row, matching the GrumpyPopsicleController::index method.
  • Save, for Psalm to update state
  • Psalm reports an error on the last line, Unclosed '{' on line 10
  • Re-add the } token, save, remove it again, save.
  • Hover again over the error message, which now includes a second one: Syntax error, unexpected EOF on line 20 (Psalmhttps://psalm.dev/173) and Unclosed '{' on line 10
  • This time, an error is spawned in the console
[Error] Request textDocument/codeAction failed.
  Message: InvalidArgumentException: Could not get class storage for app\controller\grumpypopsiclecontroller in /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:46
Stack trace:
#0 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassLikeAnalyzer.php(109): Psalm\Internal\Provider\ClassLikeStorageProvider->get()
#1 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassAnalyzer.php(128): Psalm\Internal\Analyzer\ClassLikeAnalyzer->__construct()
#2 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php(112): Psalm\Internal\Analyzer\ClassAnalyzer->__construct()
#3 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php(70): Psalm\Internal\Analyzer\NamespaceAnalyzer->collectAnalyzableClassLike()
#4 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FileAnalyzer.php(314): Psalm\Internal\Analyzer\NamespaceAnalyzer->collectAnalyzableInformation()
#5 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FileAnalyzer.php(193): Psalm\Internal\Analyzer\FileAnalyzer->populateCheckers()
#6 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php(362): Psalm\Internal\Analyzer\FileAnalyzer->analyze()
#7 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php(619): Psalm\Internal\Codebase\Analyzer->Psalm\Internal\Codebase\{closure}()
#8 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php(291): Psalm\Internal\Codebase\Analyzer->doAnalysis()
#9 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(368): Psalm\Internal\Codebase\Analyzer->analyzeFiles()
#10 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(168): Psalm\Internal\LanguageServer\Server\TextDocument->codeAction()
#11 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(152): AdvancedJsonRpc\Dispatcher->dispatch()
#12 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#13 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Coroutine.php(67): Generator->current()
#14 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/functions.php(96): Amp\Coroutine->__construct()
#15 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/functions.php(61): Amp\call()
#16 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(84): Amp\{closure}()
#17 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(118): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#18 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(67): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages()
#19 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#20 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#21 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#22 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#23 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/byte-stream/lib/ResourceInputStream.php(101): Amp\Deferred->resolve()
#24 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop/NativeDriver.php(327): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#25 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop/NativeDriver.php(127): Amp\Loop\NativeDriver->selectStreams()
#26 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop/Driver.php(138): Amp\Loop\NativeDriver->dispatch()
#27 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#28 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#29 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(554): Amp\Loop::run()
#30 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(321): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#31 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/psalm-language-server(7): Psalm\Internal\Cli\LanguageServer::run()
#32 {main}
  Code: -32603
  • Now add back the } brace
  • The psalm extension will crash because of too many failures, and the logs show:
[ERROR] Uncaught InvalidArgumentException: Could not get class storage for app\controller\grumpypopsiclecontroller in /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:46
Stack trace:
#0 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassLikeAnalyzer.php(109): Psalm\Internal\Provider\ClassLikeStorageProvider->get()
#1 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassAnalyzer.php(128): Psalm\Internal\Analyzer\ClassLikeAnalyzer->__construct()
#2 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php(112): Psalm\Internal\Analyzer\ClassAnalyzer->__construct()
#3 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php(70): Psalm\Internal\Analyzer\NamespaceAnalyzer->collectAnalyzableClassLike()
#4 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FileAnalyzer.php(314): Psalm\Internal\Analyzer\NamespaceAnalyzer->collectAnalyzableInformation()
#5 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FileAnalyzer.php(193): Psalm\Internal\Analyzer\FileAnalyzer->populateCheckers()
#6 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php(362): Psalm\Internal\Analyzer\FileAnalyzer->analyze()
#7 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php(619): Psalm\Internal\Codebase\Analyzer->Psalm\Internal\Codebase\{closure}()
#8 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php(291): Psalm\Internal\Codebase\Analyzer->doAnalysis()
#9 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(349): Psalm\Internal\Codebase\Analyzer->analyzeFiles()
#10 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(188): Psalm\Internal\LanguageServer\LanguageServer->doAnalysis()
#11 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(84): Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#12 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(68): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#13 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#14 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#15 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#16 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#17 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/byte-stream/lib/ResourceInputStream.php(109): Amp\Deferred->resolve()
#18 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop/Driver.php(119): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#19 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#20 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#21 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(554): Amp\Loop::run()
#22 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(321): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#23 /home/felix/Documents/Projects/psalm-vscode-plugin-test/vendor/vimeo/psalm/psalm-language-server(7): Psalm\Internal\Cli\LanguageServer::run()
#24 {main}
(Psalm 4.18.1@dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb crashed due to an uncaught Throwable)
[Error] Connection to server got closed. Server will not be restarted.
[Error] Request textDocument/codeAction failed.
Error: Connection got disposed.
	at Object.dispose (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:9865:27)
	at Object.dispose (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:12064:35)
	at LanguageClient.handleConnectionClosed (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:14415:42)
	at LanguageClient.handleConnectionClosed (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:18285:15)
	at closeHandler (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:14402:18)
	at CallbackList.invoke (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:10001:39)
	at Emitter.fire (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:10063:36)
	at closeHandler (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:9077:26)
	at CallbackList.invoke (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:10001:39)
	at Emitter.fire (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:10063:36)
	at StreamMessageReader.fireClose (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:10747:27)
	at Socket.<anonymous> (/home/felix/Documents/Projects/psalm-vscode-plugin/dist/extension.js:10832:42)
	at Socket.emit (events.js:327:22)
	at Pipe.<anonymous> (net.js:673:12)
	at Pipe.callbackTrampoline (internal/async_hooks.js:131:14)

Interestingly, after Psalm crashed, you can still add/remove the } and save accordingly, and the original error message is shown/hidden. Unclosed '{' on line 10.

`file_put_contents()` error in `FileReferenceCacheProvider`

After figuring out how to fire up Psalm VSCode plugin, I'm getting the following error:

PHP Warning:  file_put_contents(C:\Users\ADAM_M~1\AppData\Local\Temp/psalm\4bd298dd2c6ac22b6a075c5730e13891ec2b484f-s\config):\\
failed to open stream: No such file or directory in\\
C:\Users\Adam_Marton\AppData\Roaming\Composer\vendor\vimeo\psalm\src\Psalm\Internal\Provider\FileReferenceCacheProvider.php on line 650

Ability to disable tooltips/ctrl+click definitions

I'm using this extension in combination with PHP Intellisense (https://github.com/zobo/vscode-php-intellisense) because I really like the static analysis (especially type hints/rules) that I can get from psalm, but also I want the good auto-complete suggestions I get from PHP Intellisense.

My problem is that both of these extensions seem to be adding tooltips when hovering over functions/classes/etc, and I'm also getting duplicate definitions, so whenever I ctrl+click something I have to choose between two of the same definitions before it will actually jump to the line/file of the definition.

Is there a way to disable those from this extension so I don't have duplicates?

(Also, just to be clear, I don't want to disable the tooltip that comes up to help with function arguments, as that one is not duplicated.)

Go to definition gives "Cannot read property 'kind' of null"

When I try to go to the definition of a method, it's sometimes not working without an error message and sometimes I get:

ERR Cannot read property 'kind' of null: TypeError: Cannot read property 'kind' of null
at b (/config/.local/share/code-server/extensions/getpsalm.psalm-vscode-plugin-2.1.0/dist/extension.js:1:193027)
at k (/config/.local/share/code-server/extensions/getpsalm.psalm-vscode-plugin-2.1.0/dist/extension.js:1:195311)
at Array.map ()
at O (/config/.local/share/code-server/extensions/getpsalm.psalm-vscode-plugin-2.1.0/dist/extension.js:1:195198)
at asSignatureHelp (/config/.local/share/code-server/extensions/getpsalm.psalm-vscode-plugin-2.1.0/dist/extension.js:1:201748)

Psalm 4.9.3, code-server 3.11.1, getpsalm.psalm-vscode-plugin v2.1.0

2.0 Release

Features

  • Fix settings pane to be more graphical
  • Mock StreamWriter so that logging of output from language server actually logs in verbose mode
  • Fix #30 to not blow up because of vimeo/psalm#6007
  • Add setting to "Index" workspace (Just calls same method as in #30 for now)
  • Add support for onSave, onOpen, onClose (see vimeo/psalm#6010)
  • Add support for workspace/didChangeWatchedFiles (see vimeo/psalm#6014) Fixes #32
  • Update dependencies
  • Look at #36
  • Look at #11
  • Run prettier on save (vscode for this project only)
  • Bundle Extension using webpack (https://code.visualstudio.com/api/working-with-extensions/bundling-extension)
  • While running Psalm should not show status bar message (Which is useless and takes up space)

Awaiting Upstream PRs:

Hide warnings

I'm using psalm with errorLevel 2. This results in errors from level 1 to be shown with yellow warnings. Is there a way to hide these?

Error Logs Automatically Put Themselves In The Foreground

Summary

When there is an error with psalm, e.g. the parsing failed of a PHP file, then the logs in the output window get shown automatically.

This happens without any user interaction, and most often at a moment when I'm using the VS Code console. But also when the console view is not expanded, the logs will appear automatically.

Expectation

I would expect that the logs do not get shown so prominently, but only when I actually click on the "Show Logs" button of the notification pop-up.

System

  • Ubuntu, Windows
  • VS Code: 1.63.2
  • getpsalm.psalm-vscode-plugin: 2.5.0

Show error name

Right now, there is only a description, and finding the corresponding doc paragraph with the examples and all is not always obvious. One loses time trying to guess the exact error name.

I believe Vscode now allows for embeded links as well ; see microsoft/vscode#11847. An anchor link on the name would be a nice addition.

Thanks.

Extension linting does not update in VSCode

In my project when the Psalm language server starts running it will underline linting errors. But then those linting errors do not update when the page code shifts.

I checked the Dev Tools and the language server does not crash and is still running. But one weird thing I noticed was that when the language server is started it is started with --use-extended-diagnostic-codes and --verbose despite debugging in the extension settings being turned off.

I have an older project running [email protected] instead of the newest version and the extension updates like normal and doesn't launch the language server with those flags on.

Can anyone help?

is this project dead?

Serious question. Psalm itself is alive. But the last release of this plugin was 4/22/2020, since then there's been numerous PRs merged but no releases. Is there a release manager? or someone in charge of building this and putting it into the Marketplace?

@pristinesource @muglug

Ignores `php.executablePath` VSCode configuration

Hello!

I'm receiving this message from extension v1.2.2:

PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting

I created a new entry in my settings.json file with php.executablePath but VSCode say "unknown configuration Setting".

Add PHP directory to $PATH works fine but not using VsCode configuration.

{
    "php.executablePath": "C:\\home\\etc\\php\\php.exe",
    "php.validate.executablePath": "C:\\home\\etc\\php\\php.exe",
    "php.validate.enable": false
}
Version: 1.47.3 (user setup)
Commit: 91899dcef7b8110878ea59626991a18c8a6a1b3e
Date: 2020-07-23T13:12:49.994Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363
$ php -v
PHP 7.2.31 (cli) (built: May 12 2020 10:49:38) ( NTS MSVC15 (Visual C++ 2017) x86 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies

Thanks!

PHP / Psalm installed in docker container

I have php / psalm running in a docker container... I've tried various different config options trying to get this plugin to find psalm in that container, but there doesn't seem to be any support for such a workflow... Any ideas / tips? Anybody else have success with something similar?

Can't start the language server (Windows)

It doesn't give me anymore psalm.xml error but it does not give any errors.

I'm using global psalm setting:

settings.json

    "psalm.psalmScriptPath": "C:\\Copies\\Composer\\Home\\vendor\\bin\\psalm-language-server"

I can see that it starts the Psalm-language-server:

image

But after that it says it can't find documents, even though I browse the files.

psaml from the command line works just fine.

Update cache on composer.json change

The plugin works correctly until I install a new package and use any code from the package saying the object doesn't exists

Could be possible to reload files when composer.json changes?

Set vscode minimum version to 1.57.1

Currently package.json defines: "vscode": "^1.58.1", "@types/vscode": "^1.58.1",

Unfortunately, forks of vscode are not always up-to-date with the latest version of vscode. E.g. code-server is currently 1.57.1 which makes the extension fail on install (https://github.com/cdr/code-server/releases). Changing the version in package.json and recompiling makes the installation successful.

Therefore, I'm suggesting to set the minimum vscode version to 1.57.1.

Broken pipe error

Hello! thank you for your work!

Do you have any idea why this amphp (psalm dependency) error is rising almost after every code change?

All trace attached.

VSCODE 1.6.2 + ssh remote
Windows 10 x64

#4. unknown(0):fwrite
#5. /home/vladp/dev/sites/gt-vladp-dev1/vendor/amphp/byte-stream/lib/ResourceOutputStream.php(204):send
#6. /home/vladp/dev/sites/gt-vladp-dev1/vendor/amphp/byte-stream/lib/ResourceOutputStream.php(157):write
#7. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamWriter.php(33):write
#8. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ClientHandler.php(107):notify
#9. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageClient.php(60):logMessage
#10. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(502):clientStatus
#11. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(439):shutdown
#12. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(120):Psalm\Internal\LanguageServer\{closure}
#13. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(84):emit
#14. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(146):emitClose
#15. /home/vladp/dev/sites/gt-vladp-dev1/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(72):Psalm\Internal\LanguageServer\{closure}
#16. unknown(0):send

errors.log

Nothing happening, no linting, no errors.

Hi, I installed the plugin, then I installed psalm using composer and I created a psalm.xml file that looks like this.

<?xml version="1.0"?> <psalm> <projectFiles> <directory name="app" /> </projectFiles> </psalm>

I dont see any linting going on in my project. should this configuration suffice?

Support for using psalm phar archive as language server

I've tried to set psalm.psalmScriptPath to the location of the psalm 4.4.1 phar file. This did not work (psalm started regular check instead of language-server).
Version psalm-vscode-plugin 1.2.2
Vs-code 1.52.1

Using psalm as a composer library worked as expected.

There seems to be a fix in current master branch, so I compiled the extension from current master and loaded this in vs-code.
Language-server starts as expected when setting psalm.psalmScriptPath to the phar file.
But when I make changes to a php file, the issues that psalm finds are not updated.
When I restart the language-server manually, the issues get updated.

"error" marks appear in strange places

Hello!

Very useful extension. Yet daily it fu..s my brain :(

There are two most important problems:

  1. pls look at the picture
    Probably, it is related to cache.
    But vendor/bin/psalm --clear-global-cache does not help.
    I also tried to reopen the file and make some changes in types definitions - no luck.

Also, almost every time extension does not get in attention to new code after variable/class renaming. File saving and file reopening do not help. It still "remember" old types.
Most of the time (but not 100%) the VSCode app reload helps.

Thank you for your important efforts!

image

Environment:

Remote SSH workspace on Ubuntu 18.04
VSCode(last) on Windows 10 x64
ext. ver - 2.5.0
vimeo/psalm 4.19.0
weirdan/doctrine-psalm-plugin v2.1.0

ext settings:

"psalm.unusedVariableDetection": true,
"psalm.maxRestartCount": 10,
"psalm.hideStatusMessageWhenRunning": false,
"psalm.logLevel": "WARN",

psalm settings:

<?xml version="1.0"?>
<psalm
    totallyTyped="true"
    resolveFromConfigFile="true"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://getpsalm.org/schema/config"
    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
    cacheDirectory="./var/cache/.psalm"
    autoloader="config/bootstrap.php"
>
    <plugins>
        <pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
        <pluginClass class="Lctrs\PsalmPsrContainerPlugin\Plugin"/>
    <pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/></plugins>

    <projectFiles>
        <directory name="bin"/>
        <directory name="config"/>
        <directory name="include"/>
        <directory name="public"/>
        <directory name="service"/>
        <directory name="src"/>
        <ignoreFiles>
            <directory name="vendor"/>
            <directory name="deleted"/>
            <directory name="test"/>
        </ignoreFiles>
    </projectFiles>

    <issueHandlers>
        <!-- <MixedArrayAccess errorLevel="info" /> -->
        <LessSpecificReturnType errorLevel="info"/>
    </issueHandlers>
</psalm>

Security ("runTaintAnalysis") results not shown

In psalm.xml I have enabled the runTaintAnalysis parameter to enable SAST:

<?xml version="1.0"?>
<psalm
    errorLevel="3"
    resolveFromConfigFile="true"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://getpsalm.org/schema/config"
    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
    runTaintAnalysis="true"
>
    <projectFiles>
        ...
    </projectFiles>
</psalm>

If I run psalm from CLI I get various taint alerts, for example:

...

ERROR: TaintedHtml - anteprima.php:324:22 - Detected tainted HTML (see https://psalm.dev/245)
  $_GET
    <no known location>

  $_GET['com_id'] - anteprima.php:13:40
    $com_id = isset($_GET["com_id"]) ? $_GET["com_id"] : -1;

  $com_id - anteprima.php:13:5
    $com_id = isset($_GET["com_id"]) ? $_GET["com_id"] : -1;

  call to echo - anteprima.php:324:22
                let idComune = <?= $com_id; ?>,

...

If I visit this file with VSCode and the psalm plugin enabled, however, I see other alerts from Psalm but not the taint/security ones.

Request For Running Psalm Upon Updating Document State

Summary

Currently, it seems that Psalm only analyzes a document when you save it. E.g. for a syntax error, the error message only appears after saving, and disappears only after saving when fixing it.

Under certain circumstances this update seems to work without saving, probably because of some caching of a previous document state?

Expected Behavior

I would expect Psalm to report errors on any document state change, without me needing to save.

Is it possible to use a global psalm installation?

Hello! I made a global installation of psalm like:

composer global require vimeo/psalm

However, I keep getting the error "Psalm is not installed", when I open vscode.

The instructions are pretty clear about installing psalm as a local dependency, inside my project folder, however for other language servers (python-language-server, typescript-language-server) it's possible to have a single global installation for every project. I was wondering if it's currently possible or if I should stick to the locally installed psalm instead.

Also, if there's a different communication channel for questions I'll close this issue and move it there.

Undefined array key 2

Issue Type: Bug

Behaviour

Expected

XXX

Actual

XXX

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

Diagnostic data

  • PHP version: PHP 8.0.9 (cli) (built: Jul 30 2021 13:04:16) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v4.0.9, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.9, Copyright (c), by Zend Technologies
    with Xdebug v3.0.4, Copyright (c) 2002-2021, by Derick Rethans

  • Psalm version: 4.10.0

"Psalm Language Server" channel in the OUTPUT panel (Last 1000 lines)

[INFO - 6:25:12 AM] Starting language server
[INFO - 6:25:13 AM] Starting Psalm Language Server
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Language server has started.
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Getting code base...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Scanning files...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Registering stub files...
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] Initializing: Complete.
[INFO - 6:25:29 AM] The Language Server is ready
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[ERROR - 6:27:56 AM] completion not found at 24:9

completion not found at 24:9

[ERROR - 6:27:57 AM] completion not found at 24:14

completion not found at 24:14

[ERROR - 6:28:30 AM] completion not found at 24:9

completion not found at 24:9

[ERROR - 6:28:30 AM] completion not found at 24:13

completion not found at 24:13

[ERROR - 6:28:31 AM] completion not found at 24:15

completion not found at 24:15

[ERROR - 6:28:31 AM] completion not found at 24:17

completion not found at 24:17

[ERROR - 6:28:40 AM] completion not found at 42:11

completion not found at 42:11

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Collections/Collection.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MessageTest.php is not in project
[ERROR - 6:35:33 AM] completion not found at 67:17

completion not found at 67:17

[ERROR - 6:35:33 AM] completion not found at 67:21

completion not found at 67:21

[ERROR - 6:36:22 AM] completion not found at 68:24

completion not found at 68:24

[ERROR - 6:36:30 AM] completion not found at 68:31

completion not found at 68:31

[ERROR - 6:36:41 AM] completion not found at 67:20

completion not found at 67:20

[ERROR - 6:36:45 AM] completion not found at 67:25

completion not found at 67:25

[ERROR - 6:36:49 AM] completion not found at 67:32

completion not found at 67:32

[ERROR - 6:36:52 AM] completion not found at 67:31

completion not found at 67:31

[ERROR - 6:37:00 AM] completion not found at 69:38

completion not found at 69:38

[ERROR - 6:37:40 AM] completion not found at 79:5

completion not found at 79:5

[ERROR - 6:37:41 AM] completion not found at 79:11

completion not found at 79:11

[ERROR - 6:37:42 AM] completion not found at 79:12

completion not found at 79:12

[ERROR - 6:37:42 AM] completion not found at 79:18

completion not found at 79:18

[ERROR - 6:37:43 AM] completion not found at 79:19

completion not found at 79:19

[ERROR - 6:37:43 AM] completion not found at 79:27

completion not found at 79:27

[ERROR - 6:37:45 AM] completion not found at 79:31

completion not found at 79:31

[ERROR - 6:37:48 AM] completion not found at 79:44

completion not found at 79:44

[ERROR - 6:38:31 AM] completion not found at 80:43

completion not found at 80:43

[ERROR - 6:38:32 AM] completion not found at 80:49

completion not found at 80:49

[ERROR - 6:38:32 AM] completion not found at 80:50

completion not found at 80:50

[ERROR - 6:38:32 AM] completion not found at 80:53

completion not found at 80:53

[ERROR - 6:38:33 AM] completion not found at 80:58

completion not found at 80:58

[ERROR - 6:38:46 AM] completion not found at 83:15

completion not found at 83:15

[ERROR - 6:38:56 AM] completion not found at 81:11

completion not found at 81:11

[ERROR - 6:38:57 AM] completion not found at 81:17

completion not found at 81:17

[ERROR - 6:38:59 AM] completion not found at 81:16

completion not found at 81:16

[ERROR - 6:38:59 AM] completion not found at 81:21

completion not found at 81:21

[ERROR - 6:39:00 AM] completion not found at 81:26

completion not found at 81:26

[ERROR - 6:39:38 AM] completion not found at 70:21

completion not found at 70:21

[ERROR - 6:39:53 AM] completion not found at 74:40

completion not found at 74:40

[ERROR - 6:40:16 AM] completion not found at 54:24

completion not found at 54:24

[ERROR - 6:40:22 AM] completion not found at 74:40

completion not found at 74:40

[ERROR - 6:42:22 AM] completion not found at 62:11

completion not found at 62:11

[ERROR - 6:42:23 AM] completion not found at 62:17

completion not found at 62:17

[ERROR - 6:42:24 AM] completion not found at 62:21

completion not found at 62:21

[ERROR - 6:42:26 AM] completion not found at 62:28

completion not found at 62:28

[ERROR - 6:42:50 AM] Expecting non-empty $root_file_path and $checked_file_path

Expecting non-empty $root_file_path and $checked_file_path

[ERROR - 6:42:59 AM] completion not found at 65:33

completion not found at 65:33

[ERROR - 6:43:02 AM] completion not found at 65:36

completion not found at 65:36

[Error - 6:43:07 AM] Request textDocument/completion failed.
  Message: ErrorException: Undefined array key 2 in /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Codebase.php:1480
Stack trace:
#0 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Codebase.php(1480): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(274): Psalm\Codebase->getTypeContextAtPosition()
#2 /usr/src/pulsar-sms-callbackapi2/src/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(168): Psalm\Internal\LanguageServer\Server\TextDocument->completion()
#3 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(140): AdvancedJsonRpc\Dispatcher->dispatch()
#4 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#5 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Coroutine.php(67): Generator->current()
#6 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/functions.php(96): Amp\Coroutine->__construct()
#7 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/functions.php(61): Amp\call()
#8 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(78): Amp\{closure}()
#9 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(118): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#10 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(67): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages()
#11 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#12 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#13 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#14 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#15 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/byte-stream/lib/ResourceInputStream.php(109): Amp\Deferred->resolve()
#16 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Loop/Driver.php(119): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#17 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#18 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#19 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(533): Amp\Loop::run()
#20 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(312): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#21 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/psalm-language-server(4): Psalm\Internal\Cli\LanguageServer::run()
#22 {main}
  Code: -32603 

User Settings

phpExecutablePath: "/usr/bin/php"
phpExecutableArgs: ["-dxdebug.remote_autostart=0","-dxdebug.remote_enable=0","-dxdebug_profiler_enable=0"]
psalmScriptPath: "src/vendor/bin/psalm-language-server"
maxRestartCount: 5
unusedVariableDetection: false
enableVerbose: true
connectToServerWithTcp: false
enableUseIniDefaults: false
logLevel: "INFO"
analyzedFileExtensions: [{"scheme":"file","language":"php"},{"scheme":"untitled","language":"php"}]
configPaths: ["src/psalm.xml"]
hideStatusMessageWhenRunning: true

Extension version: 2.3.0
VS Code version: Code 1.60.1 (Universal) (83bd43bc519d15e50c4272c6cf5c1479df196a4d, 2021-09-10T17:09:14.403Z)
OS version: Darwin x64 20.4.0
Restricted Mode: No
Remote OS version: Linux x64 5.11.0-34-generic

Psalm not installed error

I work on many projects with different languages, yet every time I work on a project that does not use PHP and have psalm installed in a vendor project folder I get an error.

Would it be possible to look for psalm in fallback folders?

./vendor/bin/psalm-language-server
./bin/psalm-language-server
../vendor/bin/psalm-language-server
../bin/psalm-language-server
~/.composer/vendor/bin/psalm-language-server
~/.composer/bin/psalm-language-server

Or, if there is no composer.json file in the current folder, look at the user home folder file?

Undefined array key 1

We have written the needed data into your clipboard because it was too large to send. Please paste.
Issue Type: Bug

Behaviour

Expected

XXX

Actual

XXX

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

Diagnostic data

  • PHP version: PHP 8.0.9 (cli) (built: Jul 30 2021 13:04:16) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v4.0.9, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.9, Copyright (c), by Zend Technologies
    with Xdebug v3.0.4, Copyright (c) 2002-2021, by Derick Rethans

  • Psalm version: 4.10.0

"Psalm Language Server" channel in the OUTPUT panel (Last 1000 lines)

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Testing/TestResponse.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/symfony/http-foundation/Response.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/factories/MessageFactory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/factories/MessageFactory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/factories/MessageFactory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/factories/MessageFactory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/factories/MessageFactory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/MediaTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/routes/web.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/routes/web.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[ERROR - 10:05:40 PM] completion not found at 37:34

completion not found at 37:34

[ERROR - 10:06:38 PM] completion not found at 37:44

completion not found at 37:44

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/TokenTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/routes/api.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/fakerphp/faker/src/Faker/Generator.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[ERROR - 11:07:34 PM] completion not found at 75:25

completion not found at 75:25

[ERROR - 11:08:16 PM] completion not found at 108:12

completion not found at 108:12

[ERROR - 11:08:18 PM] completion not found at 108:15

completion not found at 108:15

[ERROR - 11:08:18 PM] completion not found at 108:18

completion not found at 108:18

[ERROR - 11:08:19 PM] completion not found at 108:20

completion not found at 108:20

[ERROR - 11:08:25 PM] completion not found at 108:9

completion not found at 108:9

[ERROR - 11:10:32 PM] completion not found at 124:12

completion not found at 124:12

[ERROR - 11:12:27 PM] $storage should not be null for Illuminate\Database\Eloquent\Relations\HasOneOrMany::getdictionarykey

$storage should not be null for Illuminate\Database\Eloquent\Relations\HasOneOrMany::getdictionarykey

[ERROR - 11:13:12 PM] $storage should not be null for App\Models\E164::factory

$storage should not be null for App\Models\E164::factory

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/factories/SMSLogFactory.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/database/seeders/DatabaseSeeder.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/ramsey/uuid/src/Uuid.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[ERROR - 11:22:21 PM] completion not found at 132:16

completion not found at 132:16

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/phpunit/phpunit/src/Framework/Assert.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[ERROR - 11:24:59 PM] completion not found at 39:37

completion not found at 39:37

[ERROR - 11:25:14 PM] completion not found at 39:47

completion not found at 39:47

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/tests/Feature/BandwidthTest.php is not in project
[ERROR - 11:28:01 PM] Property App\Models\Message::$log should exist

Property App\Models\Message::$log should exist

[ERROR - 11:28:01 PM] Property App\Models\Message::$log should exist

Property App\Models\Message::$log should exist

[ERROR - 11:28:29 PM] completion not found at 17:11

completion not found at 17:11

[ERROR - 11:28:32 PM] $storage should not be null for App\Models\Message::factory

$storage should not be null for App\Models\Message::factory

[ERROR - 11:28:33 PM] completion not found at 17:31

completion not found at 17:31

[ERROR - 11:28:43 PM] completion not found at 18:16

completion not found at 18:16

[ERROR - 11:28:58 PM] completion not found at 138:9

completion not found at 138:9

[ERROR - 11:28:59 PM] $storage should not be null for App\Http\Controllers\Controller::authorize

$storage should not be null for App\Http\Controllers\Controller::authorize

[Psalm 4.10.0@916b098b008f6de4543892b1e0651c1c3b92cbfa - PHP Language Server] /usr/src/pulsar-sms-callbackapi2/src/vendor/laravel/framework/src/Illuminate/Foundation/Events/Dispatchable.php is not in project
[ERROR - 11:29:44 PM] $storage should not be null for App\Events\MessageReceived::dispatch

$storage should not be null for App\Events\MessageReceived::dispatch

[ERROR - 11:29:47 PM] $storage should not be null for App\Models\Message::factory

$storage should not be null for App\Models\Message::factory

[ERROR - 11:29:48 PM] completion not found at 44:34

completion not found at 44:34

[ERROR - 11:30:26 PM] completion not found at 15:39

completion not found at 15:39

[ERROR - 11:30:27 PM] completion not found at 15:40

completion not found at 15:40

[ERROR - 11:30:28 PM] completion not found at 15:46

completion not found at 15:46

[ERROR - 11:30:28 PM] completion not found at 15:47

completion not found at 15:47

[ERROR - 11:30:30 PM] completion not found at 15:35

completion not found at 15:35

[ERROR - 11:30:34 PM] Property App\Models\Message::$log should exist

Property App\Models\Message::$log should exist

[ERROR - 11:30:37 PM] completion not found at 20:45

completion not found at 20:45

[Error - 11:30:52 PM] Request textDocument/completion failed.
  Message: ErrorException: Undefined array key 1 in /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Codebase.php:1480
Stack trace:
#0 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Codebase.php(1480): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php(274): Psalm\Codebase->getTypeContextAtPosition()
#2 /usr/src/pulsar-sms-callbackapi2/src/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php(168): Psalm\Internal\LanguageServer\Server\TextDocument->completion()
#3 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php(140): AdvancedJsonRpc\Dispatcher->dispatch()
#4 [internal function]: Psalm\Internal\LanguageServer\LanguageServer->Psalm\Internal\LanguageServer\{closure}()
#5 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Coroutine.php(67): Generator->current()
#6 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/functions.php(96): Amp\Coroutine->__construct()
#7 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/functions.php(61): Amp\call()
#8 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php(78): Amp\{closure}()
#9 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(118): Psalm\Internal\LanguageServer\ProtocolStreamReader->emit()
#10 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php(67): Psalm\Internal\LanguageServer\ProtocolStreamReader->readMessages()
#11 [internal function]: Psalm\Internal\LanguageServer\ProtocolStreamReader->Psalm\Internal\LanguageServer\{closure}()
#12 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Coroutine.php(118): Generator->send()
#13 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Internal/Placeholder.php(149): Amp\Coroutine->Amp\{closure}()
#14 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Deferred.php(53): Amp\Promise@anonymous->resolve()
#15 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/byte-stream/lib/ResourceInputStream.php(109): Amp\Deferred->resolve()
#16 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Loop/Driver.php(119): Amp\ByteStream\ResourceInputStream::Amp\ByteStream\{closure}()
#17 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Loop/Driver.php(72): Amp\Loop\Driver->tick()
#18 /usr/src/pulsar-sms-callbackapi2/src/vendor/amphp/amp/lib/Loop.php(95): Amp\Loop\Driver->run()
#19 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(533): Amp\Loop::run()
#20 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php(312): Psalm\Internal\Analyzer\ProjectAnalyzer->server()
#21 /usr/src/pulsar-sms-callbackapi2/src/vendor/vimeo/psalm/psalm-language-server(4): Psalm\Internal\Cli\LanguageServer::run()
#22 {main}
  Code: -32603 

User Settings

phpExecutablePath: "/usr/bin/php"
phpExecutableArgs: ["-dxdebug.remote_autostart=0","-dxdebug.remote_enable=0","-dxdebug_profiler_enable=0"]
psalmScriptPath: "src/vendor/bin/psalm-language-server"
maxRestartCount: 5
unusedVariableDetection: false
enableVerbose: true
connectToServerWithTcp: false
enableUseIniDefaults: false
logLevel: "INFO"
analyzedFileExtensions: [{"scheme":"file","language":"php"},{"scheme":"untitled","language":"php"}]
configPaths: ["src/psalm.xml"]
hideStatusMessageWhenRunning: true

Extension version: 2.3.0
VS Code version: Code 1.60.1 (83bd43bc519d15e50c4272c6cf5c1479df196a4d, 2021-09-10T17:09:14.403Z)
OS version: Darwin x64 20.6.0
Restricted Mode: No
Remote OS version: Linux x64 5.11.0-34-generic
Remote OS version: Linux x64 5.11.0-34-generic
Remote OS version: Linux x64 5.11.0-34-generic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.