Skip to content

Commit

Permalink
minor #3633 Added missing PHP syntax coloration (DerekRoth)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3633).

Discussion
----------

Added missing PHP syntax coloration

Commits
-------

691f122 Added missing PHP syntax coloration
  • Loading branch information
weaverryan committed Mar 5, 2014
2 parents e96e12d + ed4a8e0 commit 664a0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/voters_data_permission.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Creating the Custom Voter
-------------------------

The goal is to create a voter that checks if a user has access to view or
edit a particular object. Here's an example implementation:
edit a particular object. Here's an example implementation::

// src/Acme/DemoBundle/Security/Authorization/Voter/PostVoter.php
namespace Acme\DemoBundle\Security\Authorization\Voter;
Expand Down

0 comments on commit 664a0be

Please sign in to comment.