Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit960bb9f

Browse files
committed
[symfony#2867] Minor tweaks
1 parenteae3a57 commit960bb9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cookbook/symfony1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ As mentioned before, for the autoloader to work, it needs to know that the
156156
``Sensio`` namespace lives in the ``vendor/sensio/framework-extra-bundle``
157157
directory and that, for example, the ``Doctrine`` namespace lives in the
158158
``vendor/doctrine/orm/lib/`` directory. This mapping is entirely controlled by
159-
Composer. Each third-party library you load through Composer hastheir
159+
Composer. Each third-party library you load through Composer hasits
160160
settings defined and Composer takes care of everything for you.
161161

162162
For this to work, all third-party libraries used by your project must be
@@ -175,7 +175,7 @@ from specific directories without defining a dependency:
175175
}
176176
177177
This means that if a class is not found in the ``vendor`` directory, Composer
178-
will search in the ``src`` directory before throwing a "class does notexists"
178+
will search in the ``src`` directory before throwing a "class does notexist"
179179
exception. Read more about configuring the Composer Autoloader in
180180
`the Composer documentation`_
181181

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp