Skip to content

Add server-documentation plugin #120

Add server-documentation plugin

Add server-documentation plugin #120

Triggered via pull request January 18, 2026 19:08
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Pint
Process completed with exit code 1.
PHPStan: plugins/server-documentation/tests/Pest.php#L45
Function createDocument() has parameter $attributes with no value type specified in iterable type array.
PHPStan: plugins/server-documentation/tests/Pest.php#L31
Undefined variable: $this
PHPStan: plugins/server-documentation/tests/Pest.php#L17
Class Tests\TestCase not found.
PHPStan: plugins/server-documentation/tests/Pest.php#L16
Class Tests\TestCase not found.
PHPStan: plugins/server-documentation/src/Services/DocumentService.php#L76
Call to an undefined method App\Models\Server::documents().
PHPStan: plugins/server-documentation/src/Models/Document.php#L282
Call to an undefined method Illuminate\Database\Eloquent\Builder::forServer().
PHPStan: plugins/server-documentation/src/Filament/Server/Pages/Documents.php#L39
Negated boolean expression is always false.
PHPStan: plugins/server-documentation/src/Filament/Admin/Resources/DocumentResource/Pages/ViewDocumentVersions.php#L96
Parameter #1 $view of function view expects view-string|null, string given.
PHPStan: plugins/server-documentation/src/Filament/Admin/Resources/DocumentResource/Pages/ListDocuments.php#L56
Parameter #1 $view of function view expects view-string|null, string given.
PHPStan: plugins/server-documentation/src/Filament/Admin/Resources/DocumentResource.php#L184
Parameter #1 $view of function view expects view-string|null, string given.