Skip to content

Commit 3845c9c

Browse files
committed
minor #4979 require_once path fixed (mvanmeerbeck)
This PR was merged into the 2.3 branch. Discussion ---------- require_once path fixed added the php extension to the require Commits ------- 406313d require_once path fixed
2 parents 96770aa + 406313d commit 3845c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/class_loader/map_class_loader.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Usage
2525
Using it is as easy as passing your mapping to its constructor when creating
2626
an instance of the ``MapClassLoader`` class::
2727

28-
require_once '/path/to/src/Symfony/Component/ClassLoader/MapClassLoader';
28+
require_once '/path/to/src/Symfony/Component/ClassLoader/MapClassLoader.php';
2929

3030
$mapping = array(
3131
'Foo' => '/path/to/Foo',

0 commit comments

Comments
 (0)