Closed
Description
There were a lot of changes to the voter between 2.7 and 3.0, and i think the 3.0 directions have leaked into the 2.7 branch documentation.
For example, the Voter interface changed, there is no Voter abstract class in 2.7 (https://github.com/symfony/symfony-docs/blob/2.7/cookbook/security/voters.rst#the-voter-interface), AbstractVoter should be used as per 2.6 (https://github.com/symfony/symfony-docs/blob/2.6/cookbook/security/voters.rst#the-voter-interface).
I think the 2.7 voter documentation needs to be replaced with the 2.6 doc?