This example does not have a composer.json and is used to show that phpcs and phpcbf installed globally can be used to check and fix the .php files in the root 3 dir.
This example is used in two scenarios:
- No phpcs or phpcbf installed globally. This shows that the extension gracefully handles disabling the sniffer or fixer by workspace.
- phpcs and phpcbf installed globally. This shows that the extension will use the global install of phpcs and phpcbf to check and fix the .php files in the root 3 dir.
Return to the main read me