Method names should be declared in camelCase. You should rename this method to comply with PSR-1.
*
* @param string $strTag Insert-Tag
* @return mixed integer on downloads, false on wrong Insert-Tag or wrong parameters
* @access public
*/
public function DlstatsReplaceInsertTags($strTag)
{
$arrTag = trimsplit('::', $strTag);
if ($arrTag[0] != 'dlstats')
{
if ($arrTag[0] != 'cache_dlstats')
in modules/ModuleDlstatsTag.php, line 54
Posted from SensioLabsInsight