We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782b8be commit 1096825Copy full SHA for 1096825
1 file changed
CONTRIBUTING.md
@@ -34,7 +34,7 @@ Also useful:
34
- Always add tests for the code that you write, including edge cases ;
35
- Place the new functions where they belong (collections, arrays, utilities, etc.) ;
36
- Add `README.md` doc entry for the functions ;
37
-- Execute `php composer.phar run doc` script to automatically build an updated `load.php` ;
+- Execute `composer run doc` script to automatically build an updated `load.php` ;
38
- Update the benchmark `bench.php`, this helps us to validate the performance of the library ;
39
- Update `CHANGELOG.md` with your changes.
40
0 commit comments