We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a266cb commit 278a636Copy full SHA for 278a636
CONTRIBUTING.md
@@ -9,7 +9,7 @@ I understand that sometimes you need add/update/delete code otherwhere in the co
9
This is why my test always merges master in to ensure that your code stays functional/executable during development.
10
11
Please adhere these pointers:
12
-* Support selected PHP Verisons | Ref: [Master/Package.json](https://github.com/AlexWestergaard/php-ga4/blob/master/composer.json)
+* Support selected PHP Verisons | Ref: [Master/Composer.json](https://github.com/AlexWestergaard/php-ga4/blob/master/composer.json)
13
* Pass current tests without modification; unless clearly explaining why the change is necessary/required | `> vendor/bin/phpunit`
14
* PHPUnit tests should confidently ensure that code doesn't fail/error in unwated ways (eg. E_WARNINGS or missing paranthesis)
15
* At least try to follow PSR<1, 4, 12> and \*PSR<5, 10> for documentation | Ref: [PHP FIG.](https://www.php-fig.org/psr/)
0 commit comments