Skip to content

Commit

Permalink
Improve tag semantics
Browse files Browse the repository at this point in the history
Co-authored-by: George Peter Banyard <[email protected]>
  • Loading branch information
timacdonald and Girgias authored Aug 29, 2023
1 parent ebe30b2 commit 4bc0b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/types/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ $error_descriptions[8] = "This is just an informal notice";
<type>string</type>, <type>bool</type> and <type>resource</type>,
converting a value to an <type>array</type> results in an array with a single
element with index zero and the value of the scalar which was converted. In
other words, <literal>(array) $scalarValue</literal> is exactly the same as
other words, <code>(array) $scalarValue</code> is exactly the same as
<literal>array($scalarValue)</literal>.
</para>

Expand Down

0 comments on commit 4bc0b59

Please sign in to comment.