Skip to content

Commit dc6d5e1

Browse files
author
Piotr Błasiak
committed
Formatting fix in upgrade 3.0 document
1 parent 420789c commit dc6d5e1

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)