Skip to content

Commit 6ae310c

Browse files
committed
Lint
1 parent 645c65b commit 6ae310c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Sensors/ExceptionSensor.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ public function __invoke(Throwable $e, ?bool $handled): array
107107
];
108108
}
109109

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

0 commit comments

Comments
 (0)