Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 426c0c8

Browse filesBrowse files
committed
Fix coding standards
1 parent fc3ff9d commit 426c0c8
Copy full SHA for 426c0c8

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testShouldConvertsUploadedFiles()
4545
$this->assertEquals($file, $bag->get('file'));
4646
}
4747

48-
public function testShouldConvertsUploadedFilesPhp_8_1()
48+
public function testShouldConvertsUploadedFilesPhp81()
4949
{
5050
$tmpFile = $this->createTempFile();
5151
$file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.