We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77995b6 commit 9b68b8fCopy full SHA for 9b68b8f
development/development/php/layout_guidelines.rst
@@ -545,7 +545,7 @@ There **SHALL BE** *no* space before the colon and *exactly* one space after the
545
}
546
547
`Union types <https://wiki.php.net/rfc/union_types_v2>` **SHALL** be used when more than one type is allowed. This does also include nullable types.
548
-The `null` type **SHOULD** be the last element, other types **SHOULD** follow alphabetical order.
+The `null` type **SHALL** be the last element, other types **SHALL** follow alphabetical order.
549
550
**Wrong:**
551
0 commit comments