1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/Condorcet/phpstan.neon.dist

13 lines
631 B
Plaintext

parameters:
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- '#Class .* has an uninitialized readonly property \$.* Assign it in the constructor.#'
- '#Access to an uninitialized readonly property#'
- '#Variable \$.* might not be defined.#'
- '#Unsafe access to private constant .* through static#'
- '#Readonly property .* is assigned outside of the constructor.#'
- '#no value type specified in iterable type array#'
- '#Exception::\$message has no type specified.#'
- '#Readonly property .*\$CandidatesParsedFromVotes is already assigned.#'