From f3e4a15b93ea6dc38c215c342e25b0e1bd0f6440 Mon Sep 17 00:00:00 2001 From: smiley Date: Sun, 4 Aug 2024 17:44:18 +0200 Subject: [PATCH] :shower: what the fuck phpstan??? --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9b9c473..d5c4db4 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -5,11 +5,6 @@ parameters: count: 1 path: src/DummyStream.php - - - message: "#^Offset 'uri' on array\\{timed_out\\: bool, blocked\\: bool, eof\\: bool, unread_bytes\\: int, stream_type\\: string, wrapper_type\\: string, wrapper_data\\: mixed, mode\\: string, \\.\\.\\.\\} on left side of \\?\\? always exists and is not nullable\\.$#" - count: 1 - path: src/HTTPFactory.php - - message: "#^Property chillerlan\\\\HTTP\\\\Psr7\\\\ServerRequest\\:\\:\\$uploadedFiles \\(array\\{tmp_name\\: array\\, size\\: array\\, error\\: array\\, name\\: array\\, type\\: array\\\\}\\) does not accept default value of type array\\{\\}\\.$#" count: 1