Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa0b902

Browse files
committed
Fixed a minor syntax issue
1 parent 9981193 commit fa0b902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ The ``composer.json`` file should include at least the following metadata:
346346
* ``license``, ``MIT`` is the preferred license for Symfony bundles, but you
347347
can use any other value.
348348
* ``autoload``, this information is used by Symfony to load the classes of the
349-
bundle. The `PSR-4`_ autoload standard is recommended for modern bundles, but
350-
`PSR-0`_ standard is also supported.
349+
bundle. The `PSR-4`_ autoload standard is recommended for modern bundles, but
350+
`PSR-0`_ standard is also supported.
351351

352352
In order to make it easier for developers to find your bundle, register it on
353353
`Packagist`_, the official repository for Composer packages.

0 commit comments

Comments
 (0)