Commit 411ad97
committed
feature #31764 [FrameworkBundle] add attribute stamps (walidboughdiri)
This PR was merged into the 4.4 branch.
Discussion
----------
[FrameworkBundle] add attribute stamps
| Q | A
| ------------- | ---
| Branch? | 4.4 <!-- see below -->
| Bug fix? | no
| New feature? | yes<!-- please update src/**/CHANGELOG.md files -->
| BC breaks? | no <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| Fixed tickets | n/a <!-- #-prefixed issue number(s), if any -->
| License | MIT
| Doc PR | n/a <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.
Additionally (see https://symfony.com/roadmap):
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against branch 4.4.
- Legacy code removals go to the master branch.
-->
Commits
-------
8a09579 remove bc break codeFile tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Filter options
- src/Symfony/Bundle/FrameworkBundle/Controller
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Collapse file
src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
397 | 398 | |
398 | 399 | |
399 | 400 | |
400 | | - |
| 401 | + |
| 402 | + |
401 | 403 | |
402 | 404 | |
403 | 405 | |
404 | | - |
| 406 | + |
405 | 407 | |
406 | 408 | |
407 | 409 | |
408 | 410 | |
409 | 411 | |
410 | 412 | |
411 | | - |
| 413 | + |
412 | 414 | |
413 | 415 | |
414 | 416 | |
|
0 commit comments