You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
0 commit comments