This repository was archived by the owner on Oct 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 55use Illuminate \Support \Arr ;
66use Spatie \LaravelData \Data ;
77
8+ /** @phpstan-consistent-constructor */
89class Checklist extends Data
910{
1011 public function __construct (
Original file line number Diff line number Diff line change 55use Illuminate \Support \Arr ;
66use Spatie \LaravelData \Data ;
77
8+ /** @phpstan-consistent-constructor */
89class Note extends Data
910{
1011 public function __construct (
Original file line number Diff line number Diff line change 55use Illuminate \Support \Arr ;
66use Spatie \LaravelData \Data ;
77
8+ /** @phpstan-consistent-constructor */
89class Reference extends Data
910{
1011 public function __construct (
Original file line number Diff line number Diff line change 66use Illuminate \Support \Arr ;
77use Spatie \LaravelData \Data ;
88
9+ /** @phpstan-consistent-constructor */
910class Task extends Data
1011{
1112 public function __construct (
Original file line number Diff line number Diff line change 66use Illuminate \Support \Collection ;
77use Spatie \LaravelData \Data ;
88
9+ /** @phpstan-consistent-constructor */
910class TaskDetails extends Data
1011{
1112 public function __construct (
You can’t perform that action at this time.
0 commit comments