Error
Error
Call to a member function getParameters() on null
GET localhost
PHP 8.2.28 — Laravel 12.1.1
vendor/_laravel_ide/discover-22714b73385a058b04e3a7701bb39679.php
:166
if (!class_exists($class)) { return $item; } $reflection = new \ReflectionClass($class); $parameters = collect($reflection->getConstructor()->getParameters()) ->filter(fn($p) => $p->isPromoted()) ->flatMap(fn($p) => [$p->getName() => $p->isOptional() ? $p->getDefaultValue() : null]) ->all(); $props = collect($reflection->getProperties()) ->filter(fn($p) => $p->isPublic() && $p->getDeclaringClass()->getName() === $class) ->map(fn($p) => [ 'name' => \Illuminate\Support\Str::kebab($p->getName()), 'type' => (string) ($p->getType() ?? 'mixed'), 'default' => $p->getDefaultValue() ?? $parameters[$p->getName()] ?? null, ]);
Request
GET
/
Headers
host
localhost
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
accept-language
en-us,en;q=0.5
accept-charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7
accept-encoding
gzip, deflate, br, zstd
pragma
no-cache
cache-control
no-cache
sec-ch-ua
"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
sec-ch-ua-mobile
?0
sec-ch-ua-platform
"Windows"
upgrade-insecure-requests
1
sec-fetch-site
none
sec-fetch-mode
navigate
sec-fetch-user
?1
sec-fetch-dest
document
priority
u=0, i
x-https
1
Body
No body data
Application
Routing
No routing data
Database Queries
No query data