Skip to content

Commit e400973

Browse files
authored
Merge pull request #10 from SaliBhdr/v1
V1
2 parents 304cf98 + 10b6612 commit e400973

File tree

4 files changed

+190
-83
lines changed

4 files changed

+190
-83
lines changed
File renamed without changes.

CONTRIBUTING.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ Before submitting a pull request:
4040

4141
If the project maintainer has any additional requirements, you will find them listed here.
4242

43-
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer).
43+
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP CS Fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer).
4444

45-
- **Create from develop branch** - create feature branch from develop and make your pull requests to develop branch.
46-
47-
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
45+
- **Add tests!** - Your patch won't be accepted if it does not have tests.
4846

4947
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
5048

0 commit comments

Comments
 (0)