DocCommentStarUnitTest.inc in Coder 8.2
Test broken stars in comments.
File
coder_sniffer/Drupal/Test/Commenting/DocCommentStarUnitTest.inc
View source
<?php
function test1() {
}
function test2() {
}
Functions
Name |
Description |
test1 |
Star missing here. |
test2 |
Malformed doxygen asterisks. |