Skip to content

Commit 80d67f6

Browse files
nikophilkbond
authored andcommitted
bot: fix cs [skip ci]
1 parent 0989c5d commit 80d67f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Persistence/GenericFactoryTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ public function assert_it_ca_create_object_with_dates(): void
537537
public function it_should_not_create_proxy_for_not_persistable_objects(): void
538538
{
539539
$this->factory()->create(['date' => new \DateTimeImmutable()]);
540-
self::assertFalse(class_exists(ProxyGenerator::proxyClassNameFor(\DateTimeImmutable::class)));
540+
self::assertFalse(\class_exists(ProxyGenerator::proxyClassNameFor(\DateTimeImmutable::class)));
541541
}
542542

543543
/**

0 commit comments

Comments
 (0)