Skip to content

Commit

Permalink
Merge pull request #636 from nicolas-grekas/deprec-free
Browse files Browse the repository at this point in the history
Remove usage of deprecated method
  • Loading branch information
Ocramius authored Dec 20, 2020
2 parents f65ae0f + 6f18b5b commit cb2f2ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function testOnlyNullableProperties(): void
public function testOnlyPropertiesThatCanBeUnset(): void
{
$nonReferenceableProperties = Properties::fromReflectionClass(new ReflectionClass(ClassWithMixedTypedProperties::class))
->onlyPropertiesThatCanBeUnset()
->getInstanceProperties();

self::assertSame(
Expand Down

0 comments on commit cb2f2ce

Please sign in to comment.