mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 20:47:28 +00:00
Fix typo
This commit is contained in:
@@ -34,7 +34,7 @@ return (new Config())
|
||||
return false;
|
||||
}
|
||||
|
||||
return !str_contains($file->getRelativePathname(), '/Tests/');
|
||||
return !str_contains($file->getRelativePathname(), '/tests/');
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user