Bläddra i källkod

merged branch ondrowan/patch-2 (PR #2689)

Commits
-------

1dcf74a Fixed small typo in phpdoc.

Discussion
----------

Small typo in phpdoc

Awkward, but I couldn't resist...
Fabien Potencier 13 år sedan
förälder
incheckning
7edd9118cc

+ 1 - 1
src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php

@@ -45,7 +45,7 @@ interface VoterInterface
     /**
     /**
      * Returns the vote for the given parameters.
      * Returns the vote for the given parameters.
      *
      *
-     * This method must return one of the following constant:
+     * This method must return one of the following constants:
      * ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN.
      * ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN.
      *
      *
      * @param TokenInterface $token      A TokenInterface instance
      * @param TokenInterface $token      A TokenInterface instance