We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ef650 commit 9ae352dCopy full SHA for 9ae352d
cookbook/bundles/best_practices.rst
@@ -215,7 +215,7 @@ the following standardized instructions in your ``README.md`` file.
215
216
Use Composer to add the bundle as a new dependency of your project:
217
218
- ```
+ ```bash
219
$ composer require <package-name> "~1"
220
```
221
@@ -239,7 +239,7 @@ the following standardized instructions in your ``README.md`` file.
239
{
240
$bundles = array(
241
// ...
242
- new <vendor>\<bundle-name>\<bundle-long-name>(),
+ return new <vendor>\<bundle-name>\<bundle-long-name>(),
243
);
244
}
245
0 commit comments