Skip to content

Commit 8c3bf3e

Browse files
Add missing @return $this annotations
1 parent 2d97e9b commit 8c3bf3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exception/FlattenException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ public function getStatusText(): string
205205
return $this->statusText;
206206
}
207207

208+
/**
209+
* @return $this
210+
*/
208211
public function setStatusText(string $statusText): self
209212
{
210213
$this->statusText = $statusText;

0 commit comments

Comments
 (0)