Explorar o código

[DependencyInjection] fixed typo

Fabien Potencier %!s(int64=15) %!d(string=hai) anos
pai
achega
c0ee9fee18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Foundation/UniversalClassLoader.php

+ 1 - 1
src/Symfony/Foundation/UniversalClassLoader.php

@@ -36,7 +36,7 @@ namespace Symfony\Foundation;
  *     ));
  *
  *     // register a library using the PEAR naming convention
- *     $loader->registerClasses(array(
+ *     $loader->registerPrefixes(array(
  *       'Swift_' => __DIR__.'/Swift',
  *     ));
  *