We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46ba0d9 + 8347711 commit d359ed2Copy full SHA for d359ed2
BinaryFileResponse.php
@@ -107,7 +107,7 @@ public function getFile(): File
107
*
108
* @return $this
109
*/
110
- public function setChunkSize(int $chunkSize): self
+ public function setChunkSize(int $chunkSize): static
111
{
112
if ($chunkSize < 1 || $chunkSize > \PHP_INT_MAX) {
113
throw new \LogicException('The chunk size of a BinaryFileResponse cannot be less than 1 or greater than PHP_INT_MAX.');
0 commit comments