@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | string $line_endings, |
108 | 108 | string $filename, |
109 | 109 | string $format, |
110 | - Collection|null $records = null |
|
110 | + Collection | null $records = null |
|
111 | 111 | ): ResponseInterface { |
112 | 112 | $access_level = self::ACCESS_LEVELS[$privacy]; |
113 | 113 | |
@@ -176,9 +176,9 @@ discard block |
||
176 | 176 | string $encoding = UTF8::NAME, |
177 | 177 | int $access_level = Auth::PRIV_HIDE, |
178 | 178 | string $line_endings = 'CRLF', |
179 | - Collection|null $records = null, |
|
180 | - FilesystemOperator|null $zip_filesystem = null, |
|
181 | - string|null $media_path = null |
|
179 | + Collection | null $records = null, |
|
180 | + FilesystemOperator | null $zip_filesystem = null, |
|
181 | + string | null $media_path = null |
|
182 | 182 | ) { |
183 | 183 | $stream = fopen('php://memory', 'wb+'); |
184 | 184 |