Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88b2286

Browse files
committed
remove useless assert
1 parent c13ef95 commit 88b2286

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ public function getProperties($class, array $context = array())
8282
*/
8383
public function isInitializable(string $class, string $property, array $context = array()): ?bool
8484
{
85-
$this->assertIsString($class);
86-
$this->assertIsString($property);
87-
8885
return null;
8986
}
9087

0 commit comments

Comments
 (0)