This issue tracks all TODOs for the migration utility, https://gist.github.com/thekid/ad6f908f4badbc3460a74a43e9544a86 * [x] Basic implementation * [x] Update composer.json * [x] Rewrite `#[Values('provider')]` to `#[Values(from: 'provider')]` * [ ] Rewrite `#[Values(map: ...)]` to `#[Values(...)]` (converting the map!) * [x] Rewrite `#[Expect(..., withMessage: '...')]` to `#[Expect(..., message: '...')]` * [x] Patch .github/\*/\*.yml * [ ] Patch azure-pipelines.yml * [ ] Ensure annotation types are imported in a `use` statement correctly * [x] Adjust prerequisite annotations as described in #1 * [ ] Add `#[Args]` to type if a constructor exists, see #7 * [ ] Fix global imports being stripped of first letter
This issue tracks all TODOs for the migration utility, https://gist.github.com/thekid/ad6f908f4badbc3460a74a43e9544a86
#[Values('provider')]to#[Values(from: 'provider')]#[Values(map: ...)]to#[Values(...)](converting the map!)#[Expect(..., withMessage: '...')]to#[Expect(..., message: '...')]usestatement correctly#[Args]to type if a constructor exists, see Implement passing command line arguments via#[Args]annotation #7