Skip to content

Commit 589d9aa

Browse files
committed
minor symfony#22436 Fixed formatting in Security section (in UPGRADE-3.0.md) (zelazowy)
This PR was merged into the 3.3-dev branch. Discussion ---------- Fixed formatting in Security section (in UPGRADE-3.0.md) | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT | Doc PR | no Added space (yeah...) to Security section fixing text and code format. Commits ------- 3bde16c Fixed formatting in Security section
2 parents f80631e + 3bde16c commit 589d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ UPGRADE FROM 2.x to 3.0
11441144
'http_digest' => array('secret' => '%secret%'),
11451145
),
11461146
));
1147-
```
1147+
```
11481148

11491149
* The `AbstractVoter` class was removed. Instead, extend the new `Voter` class,
11501150
introduced in 2.8, and move your voting logic to the to the `supports($attribute, $subject)`

0 commit comments

Comments
 (0)