Skip to content

Instantly share code, notes, and snippets.

@vanpariyar
Created December 8, 2022 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanpariyar/8ca0c1ad4d07d6dbe9f4e2cb8db2363d to your computer and use it in GitHub Desktop.
Save vanpariyar/8ca0c1ad4d07d6dbe9f4e2cb8db2363d to your computer and use it in GitHub Desktop.

PHP setup useful commands

phpcs_ipath=$(phpcs --config-show installed_paths); oldpath=${phpcs_ipath##*:}; phpcs --config-set installed_paths ${oldpath},$(pwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment