-
Clone the repository
-
Run the following commands in the terminal:
cd package-nikic-php-parser-5x;
composer install;
# Run the Phar file
vendor/example/coding-standard/tools/psalm --init;
- The
psalm.phar
file should be downloaded as a composer package from theexample/coding-standard
package and thevendor/example/coding-standard/tools/psalm
should be executed successfully.