mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -32,7 +32,7 @@ use Tobyz\JsonApiServer\Schema\CustomFilter;
|
||||
|
||||
class ExternalExtensionResource extends AbstractResource implements Listable, Paginatable, Countable
|
||||
{
|
||||
protected int|null $totalResults = null;
|
||||
protected ?int $totalResults = null;
|
||||
|
||||
public function __construct(
|
||||
protected Repository $cache,
|
||||
|
Reference in New Issue
Block a user