Skip to content

Commit f2c129e

Browse files
committed
Update contribution guidelines to use Pint for code style management
1 parent ec87f04 commit f2c129e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This page contains guidelines for contributing to the StringEncode package. Plea
44

55
## Coding Guidelines
66

7-
We follow the [PSR-4](https://www.php-fig.org/psr/psr-4/) autoloading standard and follow the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style guide. To make it easy to comply with the coding standard we use php-cs-fixer to manage the style of the code base. Before pushing your code please ensure you run the following on your changes.
7+
We follow the [PSR-4](https://www.php-fig.org/psr/psr-4/) autoloading standard and follow the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style guide. To make it easy to comply with the coding standard we use pint to manage the style of the code base. Before pushing your code please ensure you run the following on your changes.
88

99
```bash
10-
./vendor/bin/php-cs-fixer fix
10+
./vendor/bin/pint
1111
```
1212

13-
Please ensure you comply to these standards when creating a PR to make it easy to review and merge.
13+
Please ensure you comply to these standards when creating a PR to make it easy to review and merge.
1414
Thank you.

0 commit comments

Comments
 (0)