Skip to content
Snippets Groups Projects
Commit b13d4aae authored by Mike Carper's avatar Mike Carper
Browse files

Issue #2875456 by mikeytown2: Cleanup coder warnings

parent f00b78a7
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ abstract class BaseValidatorForm extends AdvaggFormBase {
* An associative array (keyed on the chosen key) of objects with 'uri',
* 'filename', and 'name' members corresponding to the matching files.
*/
protected function scanDirectory($dir, $mask, $options = [], $depth = 0) {
protected function scanDirectory($dir, $mask, array $options = [], $depth = 0) {
// Merge in defaults.
$options += [
'nomask' => '/(\.\.?|CVS)$/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment