Skip to content

Commit

Permalink
Merge tag v2.3.0 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed May 15, 2024
1 parent 0949f9b commit 8b666c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.2.x-dev",
"dev-develop": "2.3.x-dev"
"dev-main": "2.3.x-dev",
"dev-develop": "2.4.x-dev"
}
}
}
5 changes: 3 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ parameters:
- */bower_components/*
- */static/*
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics

0 comments on commit 8b666c1

Please sign in to comment.