Created at 2024-05-08 11:35:23 , with PHPMetrics v2.8.2 (Jean-François Lépine).
Violations
1
Information
0
Warnings
0
Errors
1
Criticals
0

Class Violations

Class Violations
Snicco\Bridge\Blade\DummyApplication
Blob / God object error
A blob object (or "god class") does not follow the Single responsibility principle.

* object has lot of public methods (48, excluding getters and setters)
* object has a high Lack of cohesion of methods (LCOM=48)
* object knows everything (and use lot of external classes)

Maybe you should reducing the number of methods splitting this object in many sub objects.
Blob / God object

Package Violations

Package Violations