Skip to content

Commit 118bba1

Browse files
committed
typo
1 parent 0074ea9 commit 118bba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/simplesaml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function logout()
271271
public function dependencyCheck()
272272
{
273273
if ( version_compare(PHP_VERSION, '7.4.0') < 0) {
274-
return array('PHP version 7.4 or up' ,false);
274+
return array('PHP version 7.4 or up' => false);
275275
}
276276

277277
$allowEnable = false;

0 commit comments

Comments
 (0)