Skip to content

Commit 384208d

Browse files
Fix merge
1 parent 6ddb550 commit 384208d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SerializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ class DummyUnionType
11931193
*
11941194
* @return $this
11951195
*/
1196-
public function setChanged($changed): self
1196+
public function setChanged($changed): static
11971197
{
11981198
$this->changed = $changed;
11991199

0 commit comments

Comments
 (0)