1
0
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:
StyleCI Bot
2025-04-11 09:07:58 +00:00
parent fa88731fe1
commit 2b08c30a22
4 changed files with 9 additions and 9 deletions

View File

@@ -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,