Skip to content

Commit e36a71e

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Fix typo use copy() instead of rename() on Windows test: kebab-case to snake_case [PropertyInfo] Handle collection in PhpStan same as PhpDoc [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
2 parents 7c0d6e4 + 9249ad7 commit e36a71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BinaryFileResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public function testAcceptRangeOnUnsafeMethods()
344344
$this->assertEquals('none', $response->headers->get('Accept-Ranges'));
345345
}
346346

347-
public function testAcceptRangeNotOverriden()
347+
public function testAcceptRangeNotOverridden()
348348
{
349349
$request = Request::create('/', 'POST');
350350
$response = new BinaryFileResponse(__DIR__.'/File/Fixtures/test.gif', 200, ['Content-Type' => 'application/octet-stream']);

0 commit comments

Comments
 (0)