Skip to content

Commit 9b68b8f

Browse files
authored
Use shall instead of should for union types
1 parent 77995b6 commit 9b68b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/development/php/layout_guidelines.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ There **SHALL BE** *no* space before the colon and *exactly* one space after the
545545
}
546546
547547
`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.
548+
The `null` type **SHALL** be the last element, other types **SHALL** follow alphabetical order.
549549

550550
**Wrong:**
551551

0 commit comments

Comments
 (0)