In my php-cs-fixer.php I have this line:
'binary_operator_spaces' => ['align_equals' => false, 'align_double_arrow' => true],
And it is giving me an error saying:
The options "align_double_arrow", "align_equals" do not exist. Defined options are: "default", "operators".
Could you help with using operators and default
to achieve the same goal?