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 dea93a2 commit 53e4480Copy full SHA for 53e4480
CONTRIBUTING.md
@@ -7,7 +7,7 @@
7
* The maximum line length for any PHP file is 100 characters, instead of PSR-12's 120 characters.
8
* Comments should be used sparingly.
9
* Empty lines should be used sparingly.
10
-* No code should call `die()` or `exit()`, instead `UnitySite::die()`.
+* No code should call `die()` or `exit()`, instead `UnitySite::die()`. This will avoid the premature death of our automated testing processes.
11
12
This repository will automatically check PRs for linting compliance.
13
0 commit comments