Rules to improve code for PHP 7.1 compatibility.
- @PHP70Migration
- list_syntax
config:
['syntax' => 'short']
- visibility_required
config:
['elements' => ['const', 'method', 'property']]
Rules to improve code for PHP 7.1 compatibility.
['syntax' => 'short']
['elements' => ['const', 'method', 'property']]