Skip to content

Commit 04161ae

Browse files
committed
fix typos
1 parent 25dfde5 commit 04161ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EventListener/SessionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function getSubscribedEvents()
4848
/**
4949
* Gets the session object.
5050
*
51-
* @return SessionInterface|null A SessionInterface instance of null if no session is available
51+
* @return SessionInterface|null A SessionInterface instance or null if no session is available
5252
*/
5353
abstract protected function getSession();
5454
}

EventListener/TestSessionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static function getSubscribedEvents()
7878
/**
7979
* Gets the session object.
8080
*
81-
* @return SessionInterface|null A SessionInterface instance of null if no session is available
81+
* @return SessionInterface|null A SessionInterface instance or null if no session is available
8282
*/
8383
abstract protected function getSession();
8484
}

0 commit comments

Comments
 (0)