Skip to content

Commit

Permalink
minor #22436 Fixed formatting in Security section (in UPGRADE-3.0.md)…
Browse files Browse the repository at this point in the history
… (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
  • Loading branch information
fabpot committed Apr 20, 2017
2 parents f80631e + 3bde16c commit 589d9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-3.0.md
Expand Up @@ -1144,7 +1144,7 @@ UPGRADE FROM 2.x to 3.0
'http_digest' => array('secret' => '%secret%'),
),
));
```
```

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

0 comments on commit 589d9aa

Please sign in to comment.