We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823ba4e commit 4348e40Copy full SHA for 4348e40
src/Console/Commands/Hooks/BaseCodeAnalyzerPreCommitHook.php
@@ -75,20 +75,6 @@ abstract class BaseCodeAnalyzerPreCommitHook
75
*/
76
protected $dockerContainer = '';
77
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
92
public function __construct()
93
{
94
$this->setCwd(base_path());
0 commit comments