Skip to content

Commit

Permalink
Remove unwanted line and make php-cs-fixer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Sep 5, 2018
1 parent 679cee3 commit 3454ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/User/SyncServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,5 +300,4 @@ public function testSyncUserName() {
$s = new SyncService($this->config, $this->logger, $this->mapper);
static::invokePrivate($s, 'syncUserName', [$a, $backend]);
}

}

0 comments on commit 3454ccc

Please sign in to comment.