Skip to content

Commit eec73dd

Browse files
Merge branch '4.4' into 5.3
* 4.4: Fix CI by removing ext-mongodb Fix FlattenException::setPrevious argument typing
2 parents 3bc60d0 + 17785c3 commit eec73dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/FlattenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function getPrevious(): ?self
261261
/**
262262
* @return $this
263263
*/
264-
public function setPrevious(self $previous): self
264+
public function setPrevious(?self $previous): self
265265
{
266266
$this->previous = $previous;
267267

0 commit comments

Comments
 (0)