Skip to content

Commit c03aaf3

Browse files
committed
Docs: Add a note
1 parent 4beca84 commit c03aaf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Utility/traitCodeParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trait traitCodeParser {
1111
* @param string $sClassName
1212
* @throws \ReflectionException
1313
* @return string
14+
* @remark The extracted comments are enclosed in the PHP comment syntax (/* * /).
1415
*/
1516
protected function _getClassDocBlock( $sClassName ) {
1617
$_oRC = new \ReflectionClass( $sClassName );

0 commit comments

Comments
 (0)