CRITICAL
Rule Definition
Source code comments must be terminated correctly in order to be valid.
Remediation
Review the comments for all the Sections in the source code and ensure they are always terminated correctly.
Violation Code Sample
<?php
echo "Hello World!"; // This will print out Hello World!
// this is a comment in the section
?>
Fixed Code Sample
<?php
echo "Hello World!"; // This will print out Hello World!
// this is a comment in the section
// end
?>
Related Technologies
Technical Criterion
Documentation - Bad Comments
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.