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

[ClassLoader] Update PSR-0 reference.

Drak преди 13 години
родител
ревизия
39f1ecd96d
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
  2. 1 1
      src/Symfony/Component/ClassLoader/UniversalClassLoader.php

+ 1 - 1
src/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php

@@ -17,7 +17,7 @@ namespace Symfony\Component\ClassLoader;
  * 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/psr-0-final-proposal);
+ *    class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md);
  *
  *  * The PEAR naming convention for classes (http://pear.php.net/).
  *

+ 1 - 1
src/Symfony/Component/ClassLoader/UniversalClassLoader.php

@@ -17,7 +17,7 @@ namespace Symfony\Component\ClassLoader;
  * 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/psr-0-final-proposal);
+ *    class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md);
  *
  *  * The PEAR naming convention for classes (http://pear.php.net/).
  *