Skip to content

Commit 1c205dc

Browse files
committed
Remove phpstan-ignore-line
1 parent 7d86a38 commit 1c205dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debug/AppCollector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function getServices() : array
178178
'end' => $data['end'],
179179
];
180180
}
181-
return $result; // @phpstan-ignore-line
181+
return $result;
182182
}
183183

184184
protected function renderAvailableServices() : string

0 commit comments

Comments
 (0)