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 28454d0

Browse filesBrowse files
author
Amrouche Hamza
committed
fix
1 parent 7c30ef4 commit 28454d0
Copy full SHA for 28454d0

File tree

2 files changed

+0
-3
lines changed
Filter options

2 files changed

+0
-3
lines changed

‎src/Symfony/Component/Validator/Tests/Fixtures/Entity.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/Entity.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,4 @@ public function setChildB($childB)
136136
{
137137
$this->childB = $childB;
138138
}
139-
140-
141139
}

‎src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function testLoadClassMetadataReturnsTrueIfSuccessful()
3232
$loader = new AnnotationLoader($reader);
3333
$metadata = new ClassMetadata('Symfony\Component\Validator\Tests\Fixtures\Entity');
3434

35-
3635
$this->assertTrue($loader->loadClassMetadata($metadata));
3736
}
3837

0 commit comments

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