Skip to content

Commit d68ace4

Browse files
authored
chore: fix typos (#4021)
1 parent f64aa0f commit d68ace4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parameters:
4747
# This assumes that the phpdoc telling it it's not nullable is correct, that's not the case for internal Laravel typings.
4848
- message: '#^Property [A-z0-9-_:$,\\]+ \([A-z]+\) on left side of \?\? is not nullable\.$#'
4949

50-
# Ignore overriden classes from packages so that it's always easier to keep track of what's being overriden.
50+
# Ignore overridden classes from packages so that it's always easier to keep track of what's being overridden.
5151
- message: '#^Method Flarum\\Api\\Serializer\:\:[A-z0-9_]+\(\) has parameter \$[A-z0-9_]+ with no type specified\.$#'
5252
- message: '#^Method Flarum\\Api\\Endpoint\\[A-z0-9_]+\:\:[A-z0-9_]+\(\) has parameter \$[A-z0-9_]+ with no type specified\.$#'
5353

0 commit comments

Comments
 (0)