Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit ba80ffa

Browse files
committed
WIP
1 parent 3875fab commit ba80ffa

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/Data/Checklist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Support\Arr;
66
use Spatie\LaravelData\Data;
77

8+
/** @phpstan-consistent-constructor */
89
class Checklist extends Data
910
{
1011
public function __construct(

src/Data/Note.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Support\Arr;
66
use Spatie\LaravelData\Data;
77

8+
/** @phpstan-consistent-constructor */
89
class Note extends Data
910
{
1011
public function __construct(

src/Data/Reference.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Support\Arr;
66
use Spatie\LaravelData\Data;
77

8+
/** @phpstan-consistent-constructor */
89
class Reference extends Data
910
{
1011
public function __construct(

src/Data/Task.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Illuminate\Support\Arr;
77
use Spatie\LaravelData\Data;
88

9+
/** @phpstan-consistent-constructor */
910
class Task extends Data
1011
{
1112
public function __construct(

src/Data/TaskDetails.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Illuminate\Support\Collection;
77
use Spatie\LaravelData\Data;
88

9+
/** @phpstan-consistent-constructor */
910
class TaskDetails extends Data
1011
{
1112
public function __construct(

0 commit comments

Comments
 (0)