8000 merged branch drak/psr0 (PR #3089) · rfanjul/symfony@92c0483 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92c0483

Browse files
committed
merged branch drak/psr0 (PR symfony#3089)
Commits ------- 39f1ecd [ClassLoader] Update PSR-0 reference. Discussion ---------- [ClassLoader] Update reference to PSR-0 Bug fix: no Feature addition: n/a Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: -
2 parents 74961c8 + 39f1ecd commit 92c0483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* It is able to load classes that use either:
1818
*
1919
* * The technical interoperability standards for PHP 5.3 namespaces and
20-
* class names (http://groups.google.com/group/php-standards/web/psr-0-final-proposal);
20+
* class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md);
2121
*
2222
* * The PEAR naming convention for classes (http://pear.php.net/).
2323
*

src/Symfony/Component/ClassLoader/UniversalClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* It is able to load classes that use either:
1818
*
1919
* * The technical interoperability standards for PHP 5.3 namespaces and
20-
* class names (http://groups.google.com/group/php-standards/web/psr-0-final-proposal);
20+
* class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md);
2121
*
2222
* * The PEAR naming convention for classes (http://pear.php.net/).
2323
*

0 commit comments

Comments
 (0)
0