Skip to content

Commit 664a0be

Browse files
committed
minor #3633 Added missing PHP syntax coloration (DerekRoth)
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
2 parents e96e12d + ed4a8e0 commit 664a0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/voters_data_permission.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Creating the Custom Voter
5454
-------------------------
5555

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

5959
// src/Acme/DemoBundle/Security/Authorization/Voter/PostVoter.php
6060
namespace Acme\DemoBundle\Security\Authorization\Voter;

0 commit comments

Comments
 (0)