Add vendor-bin to be ignored by cs

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2023-04-10 13:50:23 -03:00 committed by backportbot-libresign[bot]
parent aa45439915
commit 0b04a63b2b

View file

@ -14,5 +14,6 @@ $config
->notPath('l10n')
->notPath('src')
->notPath('vendor')
->notPath('vendor-bin')
->in(__DIR__);
return $config;
return $config;