Skip to content

Commit 3c76461

Browse files
committed
Add missing phpdoc
1 parent 319ec49 commit 3c76461

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
@@ -206,6 +206,9 @@ public function setMessage($message): self
206206
return $this;
207207
}
208208

209+
/**
210+
* @return int|string int most of the time (might be a string with PDOException)
211+
*/
209212
public function getCode()
210213
{
211214
return $this->code;

0 commit comments

Comments
 (0)