8000 Add missing phpdoc · simPod/symfony@c1ed100 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1ed100

Browse files
committed
Add missing phpdoc
1 parent d8d7357 commit c1ed100

File tree

1 file cha 8000 nged

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/ErrorHandler/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)
0