app/code/community/Ecocode/Profiler/Model/NullLogger.php
The class Ecocode_Profiler_Model_NullLogger has 11 public methods. Consider refactoring Ecocode_Profiler_Model_NullLogger to keep number of public methods under 10. Open
Open
class Ecocode_Profiler_Model_NullLogger
implements Ecocode_Profiler_Model_LoggerInterface
{
public function mageLog($level, $message, array $context = [])
{
- Read upRead up
- Exclude checks
TooManyPublicMethods
Since: 0.1
A class with too many public methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.
By default it ignores methods starting with 'get' or 'set'.
Example