mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Change double quotes to single based on https://github.com/php/php-src/blob/master/ext/spl/spl.php#L973
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333315 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
754b32b63d
commit
7d6899caf4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>SplFileObject</type><methodname>SplFileInfo::openFile</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>open_mode</parameter><initializer>"r"</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>open_mode</parameter><initializer>'r'</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>false</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
Loading…
Reference in a new issue