Code style fixes
This commit is contained in:
parent
dfd002d35f
commit
1237bf450c
88 changed files with 205 additions and 261 deletions
|
|
@ -17,7 +17,7 @@ use Psr\Log\LogLevel;
|
|||
* Handles running system commands with variables.
|
||||
* @package PHPCensor\Helper
|
||||
*/
|
||||
abstract class BaseCommandExecutor implements CommandExecutor
|
||||
abstract class BaseCommandExecutor implements CommandExecutorInterface
|
||||
{
|
||||
/**
|
||||
* @var BuildLogger
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace PHPCensor\Helper;
|
||||
|
||||
interface CommandExecutor
|
||||
interface CommandExecutorInterface
|
||||
{
|
||||
/**
|
||||
* Executes shell commands. Accepts multiple arguments the first
|
||||
Loading…
Add table
Add a link
Reference in a new issue