Skip to content

Commit

Permalink
Fixing bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer committed Sep 21, 2024
1 parent 2ba3aab commit 4fe3f1b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/cognitive-analysis
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env php
<?php

if (file_exists(__DIR__ . '/../../../../autoload.php')) {
require_once __DIR__ . '/../../../../autoload.php';
} else {
require_once __DIR__ . '/../../../vendor/autoload.php';
}
require_once __DIR__ . '/../../../autoload.php';

use Phauthentic\CodeQualityMetrics\Command\CognitiveMetricsCommand;
use Phauthentic\CodeQualityMetrics\Command\HalsteadMetricsCommand;
Expand Down

0 comments on commit 4fe3f1b

Please sign in to comment.