PHP_CodeSniffer icon indicating copy to clipboard operation
PHP_CodeSniffer copied to clipboard

CodeSniffer works on latest MacOS ?

Open pirmax opened this issue 2 years ago • 0 comments

Hi,

I use MacOS Monterey 12.3 and I want using PHP CodeSniffer on my Laravel project on version 9.5.1. The PHPCS version is 3.6.2 (stable).

When I type this command on my MacOS console, I get no errors/warnings. vendor/bin/phpcs or /opt/homebrew/bin/phpcs When I type this command on Docker (Laravel Sail), I get all the errors/warnings.

image

FYI: I installed CS from composer and homebrew.

Thanks to help me please.

Max.

pirmax avatar Mar 24 '22 17:03 pirmax