We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9112676 commit a501a56Copy full SHA for a501a56
2 files changed
src/App.php
@@ -109,7 +109,7 @@ class App
109
*/
110
protected bool $compression = false;
111
protected int $compressionMinSize = App::COMPRESSION_MIN_SIZE_DEFAULT;
112
- protected mixed $compressionSupported;
+ protected mixed $compressionSupported = [];
113
114
/**
115
* App
src/Response.php
@@ -260,7 +260,7 @@ class Response
260
261
* @var mixed
262
263
264
265
266
* Response constructor.
0 commit comments