Skip to content

Commit

Permalink
minor #5478 Docs: Cleanup UPGRADE markdown files (keradus)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 3.0 branch.

Discussion
----------

Docs: Cleanup UPGRADE markdown files

Commits
-------

62445cb Docs: Cleanup UPGRADE markdown files
  • Loading branch information
keradus committed Jan 31, 2021
2 parents 9d8c2df + 62445cb commit 0ad5bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 193 deletions.
12 changes: 3 additions & 9 deletions UPGRADE-v3.md
Expand Up @@ -88,20 +88,14 @@ Rule | Option | Old value | New value
`list_syntax` | `syntax` | `'long'`, `'short'`
`method_argument_space` | `on_multiline` | `'ignore'` | `'ensure_fully_multiline'`
`native_constant_invocation` | `strict` | `false` | `true`
`native_function_casing` | `include` | `@internal` | `@compiler_optimized`
`native_function_invocation` | `include` | `@internal` | `@compiler_optimized`
`native_function_casing` | `include` | `'@internal'` | `'@compiler_optimized'`
`native_function_invocation` | `include` | `'@internal'` | `'@compiler_optimized'`
`native_function_invocation` | `strict` | `false` | `true`
`non_printable_character` | `use_escape_sequences_in_strings` | `false` | `true` (when running on PHP 7.0 and up)
`php_unit_dedicate_assert` | `target` | `5.0` | `newest`
`php_unit_dedicate_assert` | `target` | `'5.0'` | `'newest'`
`phpdoc_align` | `tags` | `['param', 'return', 'throws', 'type', 'var']` | `['method', 'param', 'property', 'return', 'throws', 'type', 'var']`
`phpdoc_scalar` | `types` | `['boolean', 'double', 'integer', 'real', 'str']` | `['boolean', 'callback', 'double', 'integer', 'real', 'str']`

### Updated rule sets

- `@PHPUnit50MigrationRiskySet`
- `@SymfonyRiskySet`
- `@SymfonySet`

### Removed rule sets

Rule set | Note
Expand Down
184 changes: 0 additions & 184 deletions UPGRADE.md

This file was deleted.

0 comments on commit 0ad5bed

Please sign in to comment.