Skip to content

Commit a3a778a

Browse files
committed
linting: fix fenced code blocks
1 parent 0d79c51 commit a3a778a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/appendices/6-0-upgrade-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First, check that your application is running on latest CakePHP 5.x version.
66

77
Once your application is running on latest CakePHP 5.x, enable deprecation warnings in **config/app.php**:
88

9-
``` text
9+
```text
1010
'Error' => [
1111
'errorLevel' => E_ALL,
1212
]
@@ -35,7 +35,7 @@ If you are not running on **PHP 8.4 or higher**, you will need to upgrade PHP be
3535
3636
To help expedite fixing tedious changes there is an upgrade CLI tool:
3737

38-
``` bash
38+
```bash
3939
# Install the upgrade tool
4040
git clone https://github.com/cakephp/upgrade
4141
cd upgrade
@@ -46,7 +46,7 @@ composer install --no-dev
4646
With the upgrade tool installed you can now run it on your application or
4747
plugin:
4848

49-
``` text
49+
```text
5050
bin/cake upgrade rector --rules cakephp60 <path/to/app/src>
5151
```
5252

0 commit comments

Comments
 (0)