Automatically fix 227 errors
This commit is contained in:
parent
b57c99ea16
commit
2a085a7f4c
9 changed files with 292 additions and 298 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue