Skip to content

Commit 9eaf12a

Browse files
committed
fix(phpstan): Remove resolved errors in ScheduleResourceFilter
1 parent 3c2b5e8 commit 9eaf12a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,6 @@ parameters:
102102
count: 1
103103
path: lib/Application/Schedule/ReservationService.php
104104

105-
-
106-
message: '#^Call to an undefined method Attribute\:\:Id\(\)\.$#'
107-
identifier: method.notFound
108-
count: 1
109-
path: lib/Application/Schedule/ScheduleResourceFilter.php
110-
111-
-
112-
message: '#^Call to an undefined method Attribute\:\:Type\(\)\.$#'
113-
identifier: method.notFound
114-
count: 2
115-
path: lib/Application/Schedule/ScheduleResourceFilter.php
116-
117-
-
118-
message: '#^Call to an undefined method Attribute\:\:Value\(\)\.$#'
119-
identifier: method.notFound
120-
count: 4
121-
path: lib/Application/Schedule/ScheduleResourceFilter.php
122-
123105
-
124106
message: '#^PHPDoc tag @return with type Server is not subtype of native type IRestServer\|null\.$#'
125107
identifier: return.phpDocType

0 commit comments

Comments
 (0)