Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[ZF-10989] Note: Note: appearing in coding standards docs #121

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions documentation/manual/en/ref/coding_standard.xml
Expand Up @@ -19,7 +19,7 @@


<note> <note>
<para> <para>
Note: Sometimes developers consider the establishment of a standard more Sometimes developers consider the establishment of a standard more
important than what that standard actually suggests at the most detailed level important than what that standard actually suggests at the most detailed level
of design. The guidelines in Zend Framework's coding standards capture of design. The guidelines in Zend Framework's coding standards capture
practices that have worked well on the Zend Framework project. You may modify practices that have worked well on the Zend Framework project. You may modify
Expand Down Expand Up @@ -800,7 +800,7 @@ class Foo


<note> <note>
<para> <para>
<emphasis>Note</emphasis>: Pass-by-reference is the only parameter passing Pass-by-reference is the only parameter passing
mechanism permitted in a method declaration. mechanism permitted in a method declaration.
</para> </para>
</note> </note>
Expand Down Expand Up @@ -1027,7 +1027,7 @@ switch ($numPeople) {


<note> <note>
<para> <para>
<emphasis>Note</emphasis>: It is sometimes useful to write a It is sometimes useful to write a
<property>case</property> statement which falls through to the next case by <property>case</property> statement which falls through to the next case by
not including a <property>break</property> or <property>return</property> not including a <property>break</property> or <property>return</property>
within that case. To distinguish these cases from bugs, any within that case. To distinguish these cases from bugs, any
Expand Down