Skip to content

Commit

Permalink
[HttpFoundation] fixed phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 23, 2013
1 parent 1aa68da commit f85cdd2
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -16,15 +16,12 @@
*
* A default guesser is provided.
* You can register custom guessers by calling the register()
* method on the singleton instance.
* method on the singleton instance:
*
* <code>
* $guesser = ExtensionGuesser::getInstance();
* $guesser->register(new MyCustomExtensionGuesser());
* </code>
* $guesser = ExtensionGuesser::getInstance();
* $guesser->register(new MyCustomExtensionGuesser());
*
* The last registered guesser is preferred over previously registered ones.
*
*/
class ExtensionGuesser implements ExtensionGuesserInterface
{
Expand Down

0 comments on commit f85cdd2

Please sign in to comment.