-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
Extension Version
1.0.1
PHP Binary
Local PHP
Operating System
macOS
What happened?
laravel extension v.1.0.0 i get`Error: VSCODE_LARAVEL_START_OUTPUT
TypeError
Illegal offset type
at vendor/_laravel_ide/discover-021e55104746cf8bf9e1e079eabe6e54.php:276
272▕ }
273▕
274▕ protected function getValueIndex($value)
275▕ {
➜ 276▕ $index = $this->values[$value] ?? null;
277▕
278▕ if ($index !== null) {
279▕ return $index;
280▕ }`
for me the the last working version is 0.0.17. Thank you for your great work on the extension
Mimimal Code Sample
dragonfly4