Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 29, 2024
1 parent 9d80a7d commit 3ff8f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developers/extensions/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Each Composer package must have a file `composer.json`. See an example here:
:lineos:

The PHP sources can be found in the directory `src` then as is stated in line 8
in the `composer.json`.
in the `composer.json`.

.. _extension_symfony:

Expand All @@ -39,8 +39,8 @@ you can also configure the guides extension from your extension:
:caption: your-extension/DependencyInjection/YourExtension.php
:lineos:

Lines 24 to 28 load a :ref:`Dependency Injection configuration <extension_di_configuration>`
file. Lines 29 to 36 configure the directory overriding the default templates.
Lines 24 to 28 load a :ref:`Dependency Injection configuration <extension_di_configuration>`
file. Lines 29 to 36 configure the directory overriding the default templates.
Read chapter :ref:`extending_templates` to learn more about this.

.. note::
Expand Down

0 comments on commit 3ff8f29

Please sign in to comment.