File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ CodebarAg\LaravelMicrosoftPlanner\Data\Task {
157
157
+startDateTime: Carbon // Carbon\Carbon|null
158
158
+createdDateTime: Carbon // Carbon\Carbon
159
159
+dueDateTime: Carbon // Carbon\Carbon|null
160
- +recurrence: null // string |null
160
+ +recurrence: null // array |null
161
161
+hasDescription: true // bool
162
162
+specifiedCompletionRequirements: "none" // string
163
163
+previewType: "noPreview" // string
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ parameters:
5
5
level: 1
6
6
paths:
7
7
- src
8
- - config
9
8
tmpDir: build/phpstan
10
9
checkOctaneCompatibility: true
11
10
checkModelProperties: true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public function __construct(
20
20
public ?Carbon $ startDateTime ,
21
21
public Carbon $ createdDateTime ,
22
22
public ?Carbon $ dueDateTime ,
23
- public ?string $ recurrence ,
23
+ public ?array $ recurrence ,
24
24
public bool $ hasDescription ,
25
25
public string $ specifiedCompletionRequirements ,
26
26
public string $ previewType ,
You can’t perform that action at this time.
0 commit comments