8000 minor #11182 Small comment update according to PSR-2 (apfelbox) · symfony/symfony@96bc061 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96bc061

Browse files
committed
minor #11182 Small comment update according to PSR-2 (apfelbox)
This PR 8000 was submitted for the master branch but it was merged into the 2.3 branch instead (closes #11182). Discussion ---------- Small comment update according to PSR-2 See [PSR-2](http://www.php-fig.org/psr/psr-2/) paragraph 5.2 > There MUST be a comment such as `// no break` when fall-through is intentional in a non-empty case body. Related to #11181 Commits ------- 31b1dff Small comment update according to PSR-2
2 parents 7d4f4f2 + 31b1dff commit 96bc061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ public static function create($uri, $method = 'GET', $parameters = array(), $coo
350350
59AE if (!isset($server['CONTENT_TYPE'])) {
351351
$server['CONTENT_TYPE'] = 'application/x-www-form-urlencoded';
352352
}
353+
// no break
353354
case 'PATCH':
354355
$request = $parameters;
355356
$query = array();

0 commit comments

Comments
 (0)
0