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 c1b1bb6 commit 7528966Copy full SHA for 7528966
Classes/UserRepository.php
@@ -81,8 +81,7 @@ public function __construct()
81
public function processUserRow(array $foreignUserRow): array
82
{
83
if (!isset($foreignUserRow['username'])) {
84
- // TODO: replace this invalid return with an exception
85
- return false;
+ return [];
86
}
87
88
$foreignUserRow = $this->filterForeignUserRowByLocalFields($foreignUserRow);
0 commit comments