Skip to content

Commit 08a852f

Browse files
committed
Lint
1 parent 645c65b commit 08a852f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sensors/ExceptionSensor.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ public function __invoke(Throwable $e, ?bool $handled): array
107107
];
108108
}
109109

110+
/**
111+
* @return array<mixed>
112+
*/
110113
private function fatalError(FatalError $e)
111114
{
112115
$file = $this->location->normalizeFile($e->getFile());

0 commit comments

Comments
 (0)