Преглед на файлове

[Foundation] updated link to the PHP 5.3's final proposal for autoloader interoperability

Daniel Cestari преди 15 години
родител
ревизия
3bd87ed38b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Foundation/UniversalClassLoader.php

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

@@ -17,7 +17,7 @@ namespace Symfony\Foundation;
  * It is able to load classes that use either:
  *
  *  * The technical interoperability standards for PHP 5.3 namespaces and
- *    class names (http://groups.google.com/group/php-standards/web/final-proposal);
+ *    class names (http://groups.google.com/group/php-standards/web/psr-0-final-proposal);
  *
  *  * The PEAR naming convention for classes (http://pear.php.net/).
  *