Skip to content

Commit 69c7062

Browse files
committed
Rename Symfony2 to Symfony
1 parent 2845575 commit 69c7062

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Extension/Csrf/CsrfProvider/SessionCsrfProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\HttpFoundation\Session\Session;
1515

1616
/**
17-
* This provider uses a Symfony2 Session object to retrieve the user's
17+
* This provider uses a Symfony Session object to retrieve the user's
1818
* session ID.
1919
*
2020
* @see DefaultCsrfProvider

Extension/Validator/ValidatorExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\Validator\Constraints\Valid;
1818

1919
/**
20-
* Extension supporting the Symfony2 Validator component in forms.
20+
* Extension supporting the Symfony Validator component in forms.
2121
*
2222
* @author Bernhard Schussek <[email protected]>
2323
*/

Tests/FormConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getHtml4Ids()
4949
array('9', true),
5050
// Contrary to the HTML4 spec, we allow names starting with an
5151
// underscore, since this is already a widely used practice in
52-
// Symfony2.
52+
// Symfony.
5353
// For root forms, leading underscores will be stripped from the
5454
// "id" attribute to produce valid HTML4.
5555
array('_', true),

0 commit comments

Comments
 (0)