소스 검색

Fixed small typo in phpdoc.

ondrowan 13 년 전
부모
커밋
1dcf74ab70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php

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

@@ -45,7 +45,7 @@ interface VoterInterface
     /**
      * 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.
      *
      * @param TokenInterface $token      A TokenInterface instance