Skip to content

Commit 2da0fd8

Browse files
javiereguiluzxabbuh
authored andcommitted
Reverted the changes about bundle namespaces
1 parent 7055d6b commit 2da0fd8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bundles/best_practices.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ the guides.
2828
Bundle Name
2929
-----------
3030

31-
A bundle name is also a PHP namespace. The namespace must follow the `PSR-0`_
32-
or `PSR-4`_ interoperability standards for PHP namespaces and class names.
33-
The name starts with the vendor name, followed by zero or more category
34-
segments/names, and it ends with the namespace short name which must end
35-
with ``Bundle``.
31+
A bundle is also a PHP namespace. The namespace must follow the `PSR-0`_ or
32+
`PSR-4`_ interoperability standards for PHP namespaces and class names: it starts
33+
with a vendor segment, followed by zero or more category segments, and it ends
34+
with the namespace short name, which must end with ``Bundle``.
3635

3736
A namespace becomes a bundle as soon as you add a bundle class to it. The
3837
bundle class name must follow these simple rules:

0 commit comments

Comments
 (0)