Skip to content

Commit

Permalink
minor #31631 Fixes a small doc blocks syntax error (michaelKaefer)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #31631).

Discussion
----------

Fixes a small doc blocks syntax error

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

34d4fa6 Fixes a small doc blocks syntax error
  • Loading branch information
fabpot committed May 27, 2019
2 parents 9b30c3e + 34d4fa6 commit d0bea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/Request.php
Expand Up @@ -2050,7 +2050,7 @@ private function setPhpDefaultLocale($locale)
}
}

/*
/**
* Returns the prefix as encoded in the string when the string starts with
* the given prefix, false otherwise.
*
Expand Down

0 comments on commit d0bea7a

Please sign in to comment.