Skip to content

Commit 46dd05c

Browse files
Merge branch '2.7' into 2.8
* 2.7: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks
2 parents f4334e5 + 7cb9658 commit 46dd05c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

EventListener/SessionListener.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
*/
2222
class SessionListener extends BaseSessionListener
2323
{
24-
/**
25-
* @var ContainerInterface
26-
*/
2724
private $container;
2825

2926
public function __construct(ContainerInterface $container)

Translation/TranslationLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public function addLoader($format, LoaderInterface $loader)
4343
/**
4444
* Loads translation messages from a directory to the catalogue.
4545
*
46-
* @param string $directory the directory to look into
47-
* @param MessageCatalogue $catalogue the catalogue
46+
* @param string $directory The directory to look into
47+
* @param MessageCatalogue $catalogue The catalogue
4848
*/
4949
public function loadMessages($directory, MessageCatalogue $catalogue)
5050
{

0 commit comments

Comments
 (0)