Skip to content

Commit

Permalink
[BUGFIX] Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusemann committed Nov 1, 2022
1 parent be6ff41 commit 75d33f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/Unit/Domain/Validator/ServersideValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
class ServersideValidatorTest extends UnitTestCase
{

/**
* @var \In2code\Femanager\Domain\Validator\ServersideValidator
*/
Expand Down Expand Up @@ -71,7 +70,7 @@ public function testGetValueForObject(): void

/**
* @param int $uid
* @return UserGroup&\PHPUnit\Framework\MockObject\MockObject|\PHPUnit\Framework\MockObject\MockObject
* @return UserGroup|\PHPUnit\Framework\MockObject\MockObject|\PHPUnit\Framework\MockObject\MockObject
*/
protected function getUserGroupMock(int $uid = 1)
{
Expand Down

0 comments on commit 75d33f6

Please sign in to comment.