Skip to content

Commit aca99bb

Browse files
javiereguiluzdaFish
authored and
daFish
committed
Minor fixes and tweaks
1 parent 376f009 commit aca99bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/best_practices.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ the following standardized instructions in your ``README.md`` file.
215215
216216
Use Composer to add the bundle as a new dependency of your project:
217217
218-
```
218+
```bash
219219
$ composer require <package-name> "~1"
220220
```
221221
@@ -239,7 +239,7 @@ the following standardized instructions in your ``README.md`` file.
239239
{
240240
$bundles = array(
241241
// ...
242-
new <vendor>\<bundle-name>\<bundle-long-name>(),
242+
return new <vendor>\<bundle-name>\<bundle-long-name>(),
243243
);
244244
}
245245
```

0 commit comments

Comments
 (0)