1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
orklah 2021-10-11 19:23:56 +02:00
parent e4aaae29e9
commit 29966b38bd

View File

@ -962,7 +962,6 @@ class ReturnTypeTest extends TestCase
'neverReturnClosure' => [
'<?php
set_error_handler(
/** @psalm-suppress MissingClosureReturnType */
function() {
print_r(func_get_args());
exit(1);