Skip to content

Commit 1914d90

Browse files
committed
CI / Rector fix
1 parent 7f0f498 commit 1914d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestCase/Association/EmbeddedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testSetPropertyWithNull(): void
8585
$embedded = new ConcreteEmbedded('TestAlias');
8686
$original = $embedded->getProperty();
8787

88-
$result = $embedded->setProperty(null);
88+
$result = $embedded->setProperty();
8989

9090
$this->assertSame($embedded, $result); // Test fluent interface
9191
$this->assertSame($original, $embedded->getProperty()); // Should not change

0 commit comments

Comments
 (0)