Add server-documentation plugin #118
Annotations
11 errors
|
Pint
Process completed with exit code 1.
|
|
PHPStan:
plugins/server-documentation/tests/Pest.php#L16
Class Tests\TestCase not found.
|
|
PHPStan:
plugins/server-documentation/src/Services/DocumentService.php#L196
Anonymous function never returns null so it can be removed from the return type.
|
|
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#L281
Call to an undefined method Illuminate\Database\Eloquent\Builder::forServer().
|
|
PHPStan:
plugins/server-documentation/src/Models/Document.php#L117
Strict comparison using === between string and null will always evaluate to false.
|
|
PHPStan:
plugins/server-documentation/src/Models/Document.php#L48
Class Starter\ServerDocumentation\Models\Document has PHPDoc tag `@method` for method forTypes() parameter #1 $types with no value type specified in iterable type array.
|
|
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.
|