Commit 3edb596
committed
bug symfony#61105 [FrameworkBundle] fix phpdoc in
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] fix phpdoc in `MicroKernelTrait`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | no
| License | MIT
Minor: Fix PHPDoc comments by replacing `/* `@var`` with the correct `/** `@var`` syntax to improve IDE support and adhere to PHPDoc standards.
Commits
-------
21edffc [FrameworkBundle] fix phpdoc in `MicroKernelTrait`MicroKernelTrait (santysisi)File tree
1 file changed
+2
-2
lines changed- src/Symfony/Bundle/FrameworkBundle/Kernel
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments