Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- Enabled PHPStan's `reportIgnoresWithoutComments`: inline `@phpstan-ignore` annotations must
carry a comment explaining the suppression.

## [3.0.0-rc4] - 2026-06-04

- Tuned OPcache in the production image: enabled Symfony class preloading, inlined container
Expand Down
2 changes: 2 additions & 0 deletions phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ includes:

parameters:
level: 6
# Inline `@phpstan-ignore` annotations must carry a `(comment)` explaining the suppression.
reportIgnoresWithoutComments: true
paths:
- src/
- migrations/
Expand Down