Skip to content

Commit 6af0f92

Browse files
committed
style fixed
1 parent 51104c4 commit 6af0f92

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Authorization/EnhancedUserMapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ public function grantPermissionById(EnhancedUser &$user, int $permissionId)
275275
$pdos->execute();
276276

277277
$user = $this->fetchById((int) $userId);
278-
279278
} catch (PDOException $e) {
280279
//here log the error
281280
}

tests/Authentication/EnhancedAuthenticationMapperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class EnhancedAuthenticationMapperTest extends TestCase
2424
use EnhancedAuthenticationMapperTrait;
2525

2626
/**
27-
* @var string Date format string.
27+
* @var string Date format string.
2828
*/
2929
protected static string $date_format = DATE_ATOM;
30-
30+
3131
/**
3232
* Setup.
3333
*

0 commit comments

Comments
 (0)