Files
BetiX/toArray())
Dolo 0280278978
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
Initialer Laravel Commit für BetiX
2026-04-04 18:01:50 +02:00

23 lines
617 B
Plaintext

InvalidArgumentException
Unexpected end of input
at vendor\psy\psysh\src\Shell.php:1475
1471▕
1472▕ if (!$this->hasValidCode()) {
1473▕ $this->popCodeStack();
1474▕
➜ 1475▕ throw new \InvalidArgumentException('Unexpected end of input');
1476▕ }
1477▕ }
1478▕
1479▕ /**
1 vendor\psy\psysh\src\Shell.php:2173
Psy\Shell::setCode("print_r(App\Models\User::first()?-")
2 vendor\laravel\tinker\src\Console\TinkerCommand.php:77
Psy\Shell::execute("print_r(App\Models\User::first()?-")