File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ issue):
6767* **Adding new deprecations **: After a version reaches stability, new
6868 deprecations cannot be added anymore.
6969
70+ * **Adding or updating annotations **: Adding or updating annotations (PHPDoc
71+ annotations for instance) is not allowed; fixing them might be accepted.
72+
7073Anything not explicitly listed above should be done on the next minor or major
7174version instead. For instance, the following changes are never accepted in a
7275patch version:
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ logic you want::
383383 class SwitchToCustomerVoter extends Voter
384384 {
385385 public function __construct(
386- private AccessDecisionManager $accessDecisionManager,
386+ private AccessDecisionManagerInterface $accessDecisionManager,
387387 ) {
388388 }
389389
You can’t perform that action at this time.
0 commit comments