Issue #2218293 by hellboy2k8, kokobutter: Add class to constant in docs for AccessInterface::KILL

8.0.x
Jennifer Hodgdon 2014-03-20 07:12:12 -07:00
parent 265ee77e6e
commit 2e81d32e13
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ interface AccessInterface {
*
* A checker should return this value to indicate that it wants to completely
* block access, regardless of any other access checkers. Most checkers
* should prefer DENY.
* should prefer AccessInterface::DENY.
*/
const KILL = 'KILL';