Skip to content

Commit ac3e1b1

Browse files
committed
minor symfony#25870 Formatting fix in upgrade 3.0 document (Piotr Błasiak)
This PR was merged into the 2.8 branch. Discussion ---------- Formatting fix in upgrade 3.0 document | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT | Doc PR | no Fixes formatting in upgrade file. This fix was already done in symfony#22436 but applied to 3.2. Formatting error still exists in 2.8, 3.0, 3.1. I don't know if this was intentional. Commits ------- dc6d5e1 Formatting fix in upgrade 3.0 document
2 parents 420789c + dc6d5e1 commit ac3e1b1

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
@@ -1098,7 +1098,7 @@ UPGRADE FROM 2.x to 3.0
10981098
'http_digest' => array('secret' => '%secret%'),
10991099
),
11001100
));
1101-
```
1101+
```
11021102

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

0 commit comments

Comments
 (0)