Skip to content

Commit

Permalink
[#2867] Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 17, 2013
1 parent eae3a57 commit 960bb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/symfony1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ As mentioned before, for the autoloader to work, it needs to know that the
``Sensio`` namespace lives in the ``vendor/sensio/framework-extra-bundle``
directory and that, for example, the ``Doctrine`` namespace lives in the
``vendor/doctrine/orm/lib/`` directory. This mapping is entirely controlled by
Composer. Each third-party library you load through Composer has their
Composer. Each third-party library you load through Composer has its
settings defined and Composer takes care of everything for you.

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

Expand Down

0 comments on commit 960bb9f

Please sign in to comment.