Skip to content

Commit 0b6eb97

Browse files
minor #28938 Revert "fixed CS" (keradus)
This PR was merged into the 2.8 branch. Discussion ---------- Revert "fixed CS" This reverts commit d48a3776fe0b425d41e3fa9f3ef8b14315c02a1f. | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | n/a | License | MIT | Doc PR | n/a This PR reverts #28814 , that was caused as a bug of PHP CS Fixer fixed in PHP-CS-Fixer/PHP-CS-Fixer#4027 After fix on PHP CS Fixer side, the rule is passing now at Symfony's codebase. This PR only reverts wrong chances done by PHP CS Fixer, it does not apply new rule requested in #28817 ( PHP-CS-Fixer/PHP-CS-Fixer#4045 ) Commits ------- 6f83d9f9a3 Revert "fixed CS"
2 parents 90c66c5 + 0b64727 commit 0b6eb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Session/Storage/Handler/NativeFileSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class NativeFileSessionHandler extends NativeSessionHandler
2020
{
2121
/**
22-
* @param string $savePath path of directory to save session files
22+
* @param string $savePath Path of directory to save session files
2323
* Default null will leave setting as defined by PHP.
2424
* '/path', 'N;/path', or 'N;octal-mode;/path
2525
*

0 commit comments

Comments
 (0)