Files
GSB-Construction/toArray()
Ajjj 4fc58bb979
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled
fix: resolve syntax error in Spatie Permission pluck method call
2026-07-31 16:27:18 +08:00

23 lines
708 B
Plaintext

Psy\Exception\ParseErrorException
PHP Parse error: Syntax error, unexpected ';' on line 1
at vendor\psy\psysh\src\Exception\ParseErrorException.php:44
40▕ * @param \PhpParser\Error $e
41▕ */
42▕ public static function fromParseError(\PhpParser\Error $e): self
43▕ {
➜ 44▕ return new self($e->getRawMessage(), $e->getAttributes());
45▕ }
46▕ }
47▕
1 vendor\psy\psysh\src\CodeCleaner.php:657
Psy\Exception\ParseErrorException::fromParseError(Object(PhpParser\Error))
2 vendor\psy\psysh\src\CodeCleaner.php:273
Psy\CodeCleaner::parse("<?php Spatie\Permission\Models\Role::pluck('name')-;
")