Skip to content

Commit 839fef8

Browse files
🐛 Fix lint
1 parent dfc62cc commit 839fef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwigCS/Config/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function findFiles()
5959
// Include all matching paths.
6060
foreach ($paths as $path) {
6161
// Trim absolute path
62-
if (substr($path, 0, strlen($workingDir)) == $workingDir) {
62+
if (substr($path, 0, strlen($workingDir)) === $workingDir) {
6363
$path = ltrim(substr($path, strlen($workingDir)), '/');
6464
}
6565

0 commit comments

Comments
 (0)