Skip to content

Commit 83a30d2

Browse files
Revert explanatory comments from bin/lintcron
Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
1 parent 8b5d180 commit 83a30d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bin/lintcron

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ declare(strict_types=1);
66
use JPI\CronLinter\Command;
77
use Symfony\Component\Console\Application;
88

9-
// Attempt to load Composer autoloader from multiple locations
10-
// This supports both local development and when installed as a dependency
119
$paths = [
12-
"local" => __DIR__ . "/../vendor/autoload.php", // Local development
13-
"dependency" => __DIR__ . "/../../../autoload.php", // Installed as a dependency
10+
"local" => __DIR__ . "/../vendor/autoload.php",
11+
"dependency" => __DIR__ . "/../../../autoload.php",
1412
];
1513

1614
$isDependency = false;

0 commit comments

Comments
 (0)