Skip to content

Commit 5efb5dd

Browse files
staabmclxmstaab
andauthored
fix phpdoc (#22)
Co-authored-by: Markus Staab <m.staab@complex-it.de>
1 parent 654074c commit 5efb5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysmonitor/events/RequestExceptionEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class RequestExceptionEvent extends AbstractEvent
88
{
99
/**
10-
* @var \Exception|SerializableException
10+
* @var \Error|\Exception|SerializableException
1111
*/
1212
public $exception;
1313
}

0 commit comments

Comments
 (0)