Skip to content

Commit 8a298bb

Browse files
authored
Update composer_packages.rst
Delete invisible spaces
1 parent 9524570 commit 8a298bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/extending/composer_packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here's a typical directory structure for a Composer package::
2222
├── README.md
2323
├── composer.json
2424
├── src/
25-
   └── YourClass.php
25+
└── YourClass.php
2626
└── tests/
2727
└── YourClassTest.php
2828

0 commit comments

Comments
 (0)