We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
779ad2a
Use array_get (commit 779ad2a) over of ?? (null coalescing operator) since it was only supported in PHP 7+.
array_get
??