We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e8bfa commit 3ffaf3bCopy full SHA for 3ffaf3b
lib/Auth/Source/External.php
@@ -318,7 +318,7 @@ private function getUser() {
318
* @param array &$state Information about the current authentication.
319
*/
320
public function authenticate(&$state) {
321
- assert(is_array($state) );
+ assert(is_array($state));
322
323
$attributes = $this->getUser();
324
if ($attributes !== NULL) {
0 commit comments