Skip to content

Commit 3ffaf3b

Browse files
authored
Remove extra space
1 parent d1e8bfa commit 3ffaf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Auth/Source/External.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ private function getUser() {
318318
* @param array &$state Information about the current authentication.
319319
*/
320320
public function authenticate(&$state) {
321-
assert(is_array($state) );
321+
assert(is_array($state));
322322

323323
$attributes = $this->getUser();
324324
if ($attributes !== NULL) {

0 commit comments

Comments
 (0)