phpcbf: Automatically fix Generic.PHP.RequireStrictTypes.MissingDeclaration rule?
I've managed to enforce strict types, but now I need to declare them in every file. phpcbf says it has 0 fixable issues upon running. Is there a way to automatically add declare(strict_types = 1); to the top of every…