File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ private function rateAndStore(SystemEvent $sysEvt)
103103 $ sysEvt ->severity = SystemEvent::SEVERITY_URGENT ;
104104
105105 // side note: APC is not available in CLI per default,
106- // therefore sending it directly is a must do.
107- // -> $count will not be accurate in CLI and cannot be relied on.
106+ // therefore sending it directly is a must do.
107+ // -> $count will not be accurate in CLI and cannot be relied on.
108108 } elseif ($ this ->expectsSoap ()) {
109109 // .. for our soap-apis
110110 $ sysEvt ->severity = SystemEvent::SEVERITY_URGENT ;
Original file line number Diff line number Diff line change 77class RequestExceptionEvent extends AbstractEvent
88{
99 /**
10- * @var \Error|\Exception|SerializableException
10+ * @var \Error|\Exception|\Throwable| SerializableException
1111 */
1212 public $ exception ;
1313}
You can’t perform that action at this time.
0 commit comments