File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ is straightforward::
4242 The autoloader is automatically registered in a Symfony application
4343 (see ``app/autoload.php ``).
4444
45- Use the :method: `Symfony\\ Component\\ ClassLoader\\ ClassLoader::addPrefix `
46- or :method: `Symfony\\ Component\\ ClassLoader\\ ClassLoader::addPrefixes ` methods
47- to register your classes::
45+ Use :method: `Symfony\\ Component\\ ClassLoader\\ ClassLoader::addPrefix ` or
46+ :method: `Symfony\\ Component\\ ClassLoader\\ ClassLoader::addPrefixes ` to register
47+ your classes::
4848
4949 // register a single namespaces
5050 $loader->addPrefix('Symfony', __DIR__.'/vendor/symfony/symfony/src');
Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ Loading Resources
1414Locating Resources
1515------------------
1616
17- Loading the configuration normally starts with a search for resources –
18- in most cases: files. This can be done with the
19- :class: `Symfony\\ Component\\ Config\\ FileLocator `::
17+ Loading the configuration normally starts with a search for resources, mostly
18+ files. This can be done with the :class: `Symfony\\ Component\\ Config\\ FileLocator `::
2019
2120 use Symfony\Component\Config\FileLocator;
2221
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ The Extension must specify a ``getAlias`` method to implement the interface::
9999 }
100100 }
101101
102- For YAML configuration files specifying the alias for the Extension as a
102+ For YAML configuration files specifying the alias for the extension as a
103103key will mean that those values are passed to the Extension's ``load `` method:
104104
105105.. code-block :: yaml
You can’t perform that action at this time.
0 commit comments