You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The project follows the [Open Knowledge International coding standards](https://github.com/okfn/coding-standards).
4
4
5
-
All PHP Code should conform to [PHP-FIG](http://www.php-fig.org/psr/) accepted PSRs.
5
+
All PHP Code MUST conform to [PHP-FIG](http://www.php-fig.org/psr/) accepted PSRs.
6
6
7
7
Flow Framework has a nice guide regarding coding standards:
8
8
*[Printable summary of most important coding guidelines on one page **(.pdf)**](http://flowframework.readthedocs.io/en/stable/_downloads/Flow_Coding_Guidelines_on_one_page.pdf)
@@ -23,7 +23,7 @@ $ composer test
23
23
24
24
Phpunit is used for unit tests, you can find the tests under tests directory
0 commit comments