File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Generating a Class Map
4545----------------------
4646
4747To generate the class map, simply pass the root directory of your class files
48- to the :method: `Symfony\\ Component\\ ClassLoader\\ ClassMapGenerator::createMap` `
48+ to the :method: `Symfony\\ Component\\ ClassLoader\\ ClassMapGenerator::createMap `
4949method::
5050
5151 use Symfony\Component\ClassLoader\ClassMapGenerator;
@@ -115,7 +115,10 @@ the same as in the example above)::
115115
116116 use Symfony\Component\ClassLoader\ClassMapGenerator;
117117
118- ClassMapGenerator::dump(array(__DIR__.'/library/bar', __DIR__.'/library/foo'), __DIR__.'/class_map.php');
118+ ClassMapGenerator::dump(
119+ array(__DIR__.'/library/bar', __DIR__.'/library/foo'),
120+ __DIR__.'/class_map.php'
121+ );
119122
120123.. _`PSR-0` : http://www.php-fig.org/psr/psr-0
121124.. _`PSR-4` : http://www.php-fig.org/psr/psr-4
You can’t perform that action at this time.
0 commit comments