mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Add missing semi-colon in type comparison tables for consistency
--- Provided by PHDOE anonymous user #33336 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331317 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e637bc5df7
commit
f2b08c959c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
<entry>&false;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>$x = null</literal></entry>
|
||||
<entry><literal>$x = null;</literal></entry>
|
||||
<entry><type>NULL</type></entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&true;</entry>
|
||||
|
|
Loading…
Reference in a new issue