Always great when using conflicting tools

This commit is contained in:
James Cole 2023-12-10 06:57:41 +01:00
parent 46e130fdfe
commit ce023f2580
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
28 changed files with 115 additions and 114 deletions

View File

@ -13,6 +13,7 @@ parameters:
- '#is not allowed to extend#' - '#is not allowed to extend#'
- '#switch is forbidden to use#' - '#switch is forbidden to use#'
- '#is neither abstract nor final#' - '#is neither abstract nor final#'
- '#on left side of \?\?\= always exists and is not nullable#'
- '#has a nullable return type declaration#' # perhaps throw errors instead? - '#has a nullable return type declaration#' # perhaps throw errors instead?
- '#with a nullable type declaration#' # decide what action should be if param is null. - '#with a nullable type declaration#' # decide what action should be if param is null.
- '#with null as default value#' - '#with null as default value#'