Skip to content

Commit ba864bd

Browse files
keradusfabpot
authored andcommitted
[CS] Apply phpdoc_annotation_without_dot
1 parent c86f1ce commit ba864bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Authorization/AuthorizationChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct(TokenStorageInterface $tokenStorage, AuthenticationM
4949
/**
5050
* {@inheritdoc}
5151
*
52-
* @throws AuthenticationCredentialsNotFoundException when the token storage has no authentication token.
52+
* @throws AuthenticationCredentialsNotFoundException when the token storage has no authentication token
5353
*/
5454
final public function isGranted($attributes, $object = null)
5555
{

User/InMemoryUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function supportsClass($class)
101101
*
102102
* @return User
103103
*
104-
* @throws UsernameNotFoundException If user whose given username does not exist.
104+
* @throws UsernameNotFoundException if user whose given username does not exist
105105
*/
106106
private function getUser($username)
107107
{

0 commit comments

Comments
 (0)