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.
1 parent 24f5a50 commit 8347711Copy full SHA for 8347711
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