Skip to content

Commit 4731f57

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix typo in CODING_STANDARDS.md [ci skip]
2 parents bf56daa + 8069e15 commit 4731f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use these rules.
3333

3434
4. Use definitions and macros whenever possible, so that constants have
3535
meaningful names and can be easily manipulated. The only exceptions to this
36-
rule are 1 and 2, when used as `false` and `true` (respectively). Any other
36+
rule are 0 and 1, when used as `false` and `true` (respectively). Any other
3737
use of a numeric constant to specify different behavior or actions should be
3838
done through a `#define`.
3939

0 commit comments

Comments
 (0)