Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d28306

Browse filesBrowse files
committed
Fixed issues discovered by the human reviewers
1 parent b85837f commit 0d28306
Copy full SHA for 0d28306

File tree

Expand file treeCollapse file tree

3 files changed

+6
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-7
lines changed

‎components/class_loader/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader/class_loader.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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');

‎components/config/resources.rst

Copy file name to clipboardExpand all lines: components/config/resources.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Loading Resources
1414
Locating 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

‎components/dependency_injection/compilation.rst

Copy file name to clipboardExpand all lines: components/dependency_injection/compilation.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
103103
key will mean that those values are passed to the Extension's ``load`` method:
104104

105105
.. code-block:: yaml

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.