Skip to content

Commit 4348e40

Browse files
author
cradu
committed
Fixed after rebase
1 parent 823ba4e commit 4348e40

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Console/Commands/Hooks/BaseCodeAnalyzerPreCommitHook.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,6 @@ abstract class BaseCodeAnalyzerPreCommitHook
7575
*/
7676
protected $dockerContainer = '';
7777

78-
/**
79-
* Run tool in docker
80-
*
81-
* @var bool
82-
*/
83-
protected $runInDocker = false;
84-
85-
/**
86-
* Docker container on which to run
87-
*
88-
* @var string
89-
*/
90-
protected $dockerContainer = '';
91-
9278
public function __construct()
9379
{
9480
$this->setCwd(base_path());

0 commit comments

Comments
 (0)