File tree Expand file tree Collapse file tree
src/Standards/Squiz/Docs/Commenting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 </code_comparison >
132132 <standard >
133133 <![CDATA[
134- Block comment text should start on a new line.
134+ Block comment text should start on a new line immediately after the opener .
135135 ]]>
136136 </standard >
137137 <code_comparison >
171171 </code_comparison >
172172 <standard >
173173 <![CDATA[
174- The first line should not be empty.
175- ]]>
176- </standard >
177- <code_comparison >
178- <code title =" Valid: The first line is not empty." >
179- <![CDATA[
180- /*
181- A block comment.
182- */
183- ]]>
184- </code >
185- <code title =" Invalid: The first line is empty." >
186- <![CDATA[
187- /*
188- <em></em>
189- A block comment.
190- */
191- ]]>
192- </code >
193- </code_comparison >
194- <standard >
195- <![CDATA[
196174 There should be an empty line after the block comment.
197175 ]]>
198176 </standard >
You can’t perform that action at this time.
0 commit comments