Skip to content

Commit b476a97

Browse files
committed
[#7585] remove trailing whitespaces
1 parent 16b894a commit b476a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/parent_services.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ Your child service classes may look like this::
3535

3636
// src/AppBundle/Repository/DoctrineUserRepository.php
3737
namespace AppBundle\Repository;
38-
38+
3939
use AppBundle\Repository\BaseDoctrineRepository
4040

4141
// ...
4242
class DoctrineUserRepository extends BaseDoctrineRepository
4343
{
4444
// ...
4545
}
46-
46+
4747
// src/AppBundle/Repository/DoctrinePostRepository.php
4848
namespace AppBundle\Repository;
49-
49+
5050
use AppBundle\Repository\BaseDoctrineRepository
5151

5252
// ...

0 commit comments

Comments
 (0)