Showing 2 of 11 total issues
SystemCtl
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class SystemCtl
{
/** @var string systemctl binary path */
private static $binary = '/bin/systemctl';
File SystemCtl.php
has 264 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace icanhazstring\SystemCtl;
use icanhazstring\SystemCtl\Command\CommandDispatcherInterface;