Skip to content

Commit 2cec4a6

Browse files
author
Hugo Hamon
committed
Remove and change unrelevant comments in Validator and Security components.
1 parent e262ef0 commit 2cec4a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Security\Csrf\Exception\TokenNotFoundException;
1616

1717
/**
18-
* Token storage that uses a Symfony2 Session object.
18+
* Token storage that uses a Symfony Session object.
1919
*
2020
* @since 2.4
2121
*

src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function addViolation()
199199
$this->message,
200200
$this->plural,
201201
$this->parameters,
202-
$this->translationDomain#
202+
$this->translationDomain
203203
);
204204
} catch (\InvalidArgumentException $e) {
205205
$translatedMessage = $this->translator->trans(

0 commit comments

Comments
 (0)