Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0defad9

Browse filesBrowse files
committed
Merge branch '2.4'
* 2.4: fixed PSR-0 issues
2 parents 8850456 + 7c727e4 commit 0defad9
Copy full SHA for 0defad9

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
9494
foreach ($choiceHashes as $value) {
9595
$hashes[] = spl_object_hash($value);
9696
}
97-
97+
9898
$choiceHashes = $hashes;
9999
}
100100

Collapse file

‎src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\ExpressionLanguage\Tests\Node;
12+
namespace Symfony\Component\ExpressionLanguage\Tests;
1313

1414
use Symfony\Component\ExpressionLanguage\Lexer;
1515
use Symfony\Component\ExpressionLanguage\Token;
Collapse file

‎src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\ExpressionLanguage\Tests\Node;
12+
namespace Symfony\Component\ExpressionLanguage\Tests;
1313

1414
use Symfony\Component\ExpressionLanguage\Parser;
1515
use Symfony\Component\ExpressionLanguage\Lexer;
Collapse file

‎src/Symfony/Component/Security/Acl/Tests/Domain/EntryTest.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Tests/Domain/EntryTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Security\Tests\Acl\Domain;
12+
namespace Symfony\Component\Security\Acl\Tests\Domain;
1313

1414
use Symfony\Component\Security\Acl\Domain\Entry;
1515

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.