mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix test
This commit is contained in:
parent
e4aaae29e9
commit
29966b38bd
@ -962,7 +962,6 @@ class ReturnTypeTest extends TestCase
|
||||
'neverReturnClosure' => [
|
||||
'<?php
|
||||
set_error_handler(
|
||||
/** @psalm-suppress MissingClosureReturnType */
|
||||
function() {
|
||||
print_r(func_get_args());
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user