src/Device/AbstractDevice.php
Showing 2 of 2 total issues
Method __construct
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct( ProtocolInterface $protocol, int $width, int $height, int $rotate,
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ProtocolInterface $protocol, int $width, int $height, int $rotate, string $colorMode