Skip to content

Commit 7cb9658

Browse files
minor #24724 Remove useless docblocks (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- Remove useless docblocks | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 2443511 Remove useless docblocks
2 parents 90fafcb + f30eaba commit 7cb9658

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)