Contao3-Ninja/dlstats

[Insight] PHP code should follow PSR-1 basic coding standard - in classes/DlstatsHelper.php, line 97

Closed this issue · 0 comments

in classes/DlstatsHelper.php, line 97

Method names should be declared in camelCase. You should rename this method to comply with PSR-1.

     * Set DL_LOG, true: logging OK (default), false not OK
     * 
     * @return void
     * @access protected
     */
    public function setDL_LOG()
    {
        if ($this->IP_Filter === true || $this->BE_Filter === true || $this->BOT_Filter === true)
        {
            $this->DL_LOG = false;
        }

Posted from SensioLabsInsight