File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ the guides.
28
28
Bundle Name
29
29
-----------
30
30
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 ``.
36
35
37
36
A namespace becomes a bundle as soon as you add a bundle class to it. The
38
37
bundle class name must follow these simple rules:
You can’t perform that action at this time.
0 commit comments