Skip to content

added CLAUDE.md

added CLAUDE.md #458

Triggered via push May 17, 2026 17:50
Status Failure
Total duration 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Database/Drivers/SqliteDriver.php#L219
Method Nette\Database\Drivers\SqliteDriver::getIndexes() should return list<array{name: string, columns: list<string>, unique: bool, primary: bool}> but returns list<non-empty-array<'columns'|'name'|'primary'|'unique', bool|list<string>|string>>.
PHPStan: src/Database/Drivers/SqliteDriver.php#L196
Cannot access offset 0 on bool|list<string>|string.
PHPStan: src/Database/Drivers/SqliteDriver.php#L190
Cannot access an offset on bool|list<string>|string.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L78
Parameter #1 $trace of static method Tracy\Helpers::countTransparentFrames() expects list<array{file?: string, line?: int, class?: string, type?: string, function?: string, args?: array<mixed>}>, list<array<'args'|'class'|'file'|'function'|'line'|'object'|'type', int|list<mixed>|object|string>> given.