Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit9bf53cd
committed
bug#30004 Fix format strings for deprecation notices (TysonAndre)
This PR was merged into the 4.2 branch.Discussion----------Fix format strings for deprecation notices| Q | A| ------------- | ---| Branch? | master for features / 3.4 up to 4.2 for bug fixes <!-- see below -->| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? || Fixed tickets || License | MIT| Doc PR |The `%c` conversion specifier expects an integer(the value of the byte to print). To produce a literal `%`, `%%` should be used.Detected via static analysisCommits-------2e00dfb Fix format strings for deprecation noticesFile tree
3 files changed
+4
-4
lines changed- src/Symfony
- Bundle/FrameworkBundle/Templating/Helper
- Component/Translation
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments
Comments
(0)