Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Mar 8, 2023
1 parent 2f70d8f commit a9e3686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ find ide/ -type f -exec rename 's/\.zep//' '{}' \;
3. Mass fix code style

```bash
vendor/bin/phpcbf
# Pick latest .phar from here: https://github.com/squizlabs/PHP_CodeSniffer/releases
php phpcbf.phar --standard=PSR12 src
```

4. Copy all files from `ide/%version%/Phalcon/` folder in `cphalcon` project
Expand Down

0 comments on commit a9e3686

Please sign in to comment.