Run Rector on your code to see what it can do for you:
<?php abstract class Base
final class Child extends Base { + /** + * @var string[] + */ public array $myArray = ['d', 'e', 'f']; }
Applied Rules:
Not a change you expect?
rector.php