Skip to content
Snippets Groups Projects
Commit 478d4ed9 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #197

parent 25662318
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ $reduce = function ($folder) {
// Get rules
if (!$version) {
$rules = [];
foreach (glob(__DIR__ . '/compatbility-rules/*.php') as $file) {
foreach (glob(__DIR__ . '/compatibility-rules/*.php') as $file) {
$version_rules = require $file;
$rules = array_merge($rules, $version_rules);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment