Skip to content

Commit

Permalink
Fixed after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
cradu committed Apr 15, 2024
1 parent 823ba4e commit 4348e40
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Console/Commands/Hooks/BaseCodeAnalyzerPreCommitHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,6 @@ abstract class BaseCodeAnalyzerPreCommitHook
*/
protected $dockerContainer = '';

/**
* Run tool in docker
*
* @var bool
*/
protected $runInDocker = false;

/**
* Docker container on which to run
*
* @var string
*/
protected $dockerContainer = '';

public function __construct()
{
$this->setCwd(base_path());
Expand Down

0 comments on commit 4348e40

Please # to comment.