Automatically fix 227 errors

This commit is contained in:
Ben Goldsworthy 2021-02-21 11:38:21 +00:00
parent b57c99ea16
commit 2a085a7f4c
9 changed files with 292 additions and 298 deletions

View file

@ -28,7 +28,7 @@ function mci_footnotes_require_php_files( $p_str_directory ) {
continue;
}
/** @noinspection PhpIncludeInspection */
require_once( $p_str_directory . $l_str_file_name );
require_once $p_str_directory . $l_str_file_name;
}
}