Skip to content

Commit 7d5aa82

Browse files
authored
Typo
1 parent 85562ca commit 7d5aa82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_autoload_modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function sspmodTestClassAutoloadPSR4($className)
2626
return; // the second element is not "test"
2727
}
2828
if (array_shift($elements) !== 'Module') {
29-
return; // the second element is not "module"
29+
return; // the third element is not "module"
3030
}
3131

3232
// this is a SimpleSAMLphp module test class following PSR-4

0 commit comments

Comments
 (0)