Issue #2218293 by hellboy2k8, kokobutter: Add class to constant in docs for AccessInterface::KILL
parent
265ee77e6e
commit
2e81d32e13
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue