Method names should be declared in camelCase. You should rename this method to comply with PSR-1.
*
* @param string User IP
* @return boolean true when own IP found in localconfig definitions
* @access protected
*/
protected function CheckIPv4($UserIP = false)
{
// Check if IP present
if ($UserIP === false)
{
return false; // No IP, no search.
in classes/DlstatsHelper.php, line 383
Posted from SensioLabsInsight