mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55305 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bddc47d2b0
commit
8faecd4a57
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<chapter id="pear.standards">
|
||||
<title>PEAR Coding Standards</title>
|
||||
<note>
|
||||
|
@ -296,7 +296,7 @@ function connect(&$dsn, $persistent = false)
|
|||
<listitem>
|
||||
<simpara>
|
||||
(branch, optional) If you need to make "micro-releases" (for
|
||||
example 1.2.1 and so on after 1.2, you can use a branch for
|
||||
example 1.2.1 and so on after 1.2), you can use a branch for
|
||||
that too, if your main trunk is very active and you want only
|
||||
minor changes between your micro-releases.
|
||||
</simpara>
|
||||
|
@ -372,8 +372,8 @@ T package.xml
|
|||
</informaltable>
|
||||
</para>
|
||||
<para>
|
||||
Private class members (meaning class members that an intented to
|
||||
be used only from within the same class in which they are
|
||||
Private class members (meaning class members that are intented
|
||||
to be used only from within the same class in which they are
|
||||
declared; PHP does not yet support truly-enforceable private
|
||||
namespaces) are preceeded by a single underscore. For example:
|
||||
<informaltable>
|
||||
|
|
Loading…
Reference in a new issue