8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b29de2 commit 41ce2a5Copy full SHA for 41ce2a5
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