Sublime Text 4 console shows the following warning for phpcsfixer:
WARNING:SublimeLinter.lint.linter:phpcsfixer: Defining 'cls.executable' has no effect. Please cleanup and remove this setting.
WARNING:SublimeLinter.lint.linter:phpcsfixer: Defining 'cls.config_file' has no effect. Please cleanup and remove this setting.
SublimeLinter: WARNING: phpcsfixer: `self.get_view_settings()` has been deprecated. Just use the member `self.settings` which is the same thing.
WARNING:SublimeLinter.lint.linter:phpcsfixer: `self.get_view_settings()` has been deprecated. Just use the member `self.settings` which is the same thing.
SublimeLinter: WARNING: phpcsfixer: `executable_path` has been deprecated. Just use an ordinary binary name instead.
WARNING:SublimeLinter.lint.linter:phpcsfixer: `executable_path` has been deprecated. Just use an ordinary binary name instead.
SublimeLinter: WARNING: phpcsfixer: Usage of '@' as a special marker in `cmd` has been deprecated, use '${temp_file}' instead.
WARNING:SublimeLinter.lint.linter:phpcsfixer: Usage of '@' as a special marker in `cmd` has been deprecated, use '${temp_file}' instead.
Sublime Text 4 console shows the following warning for phpcsfixer: