Commit aafbe05
committed
minor symfony#61321 [Contracts] replace #[TestWithJson] with #[TestWith] (xabbuh)
This PR was merged into the 7.4 branch.
Discussion
----------
[Contracts] replace #[TestWithJson] with #[TestWith]
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
PHP CS fixer replaces the ``@testWith`` annotation with the `#[TestWithJson]` attribute, but I feel like using `#[TestWith]` makes it more obvious what we are going to test.
Commits
-------
f793bcc replace #[TestWithJson] with #[TestWith]1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
| 350 | + | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments