Skip to content

Commit 9eb71e8

Browse files
author
roadiz-ci
committed
Merge branch hotfix/v2.3.14
1 parent ab7b727 commit 9eb71e8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2023 Ambroise Maupate
3+
Copyright © 2024 Ambroise Maupate
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-main": "2.2.x-dev",
31-
"dev-develop": "2.3.x-dev"
30+
"dev-main": "2.3.x-dev",
31+
"dev-develop": "2.4.x-dev"
3232
}
3333
}
3434
}

phpstan.neon

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
parameters:
2-
level: max
2+
level: 7
33
paths:
44
- src
55
excludePaths:
66
- */node_modules/*
77
- */bower_components/*
88
- */static/*
99
reportUnmatchedIgnoredErrors: false
10-
checkGenericClassInNonGenericObjectType: false
11-
checkMissingIterableValueType: false
10+
ignoreErrors:
11+
- identifier: missingType.iterableValue
12+
- identifier: missingType.generics

0 commit comments

Comments
 (0)