We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beca84 commit c03aaf3Copy full SHA for c03aaf3
source/Utility/traitCodeParser.php
@@ -11,6 +11,7 @@ trait traitCodeParser {
11
* @param string $sClassName
12
* @throws \ReflectionException
13
* @return string
14
+ * @remark The extracted comments are enclosed in the PHP comment syntax (/* * /).
15
*/
16
protected function _getClassDocBlock( $sClassName ) {
17
$_oRC = new \ReflectionClass( $sClassName );
0 commit comments