fix phpstan issues.

This commit is contained in:
James Cole
2024-02-29 06:39:58 +01:00
parent d7fa8b283e
commit 9d0488ffbc
4 changed files with 22 additions and 21 deletions

View File

@@ -33,6 +33,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
*/
trait CollectorProperties
{
/** @var array<int, string> */
public array $sorting;
public const string TEST = 'Test';
private ?int $endRow;