Skip to content

Commit 8a83cdf

Browse files
authored
[FIX] Remove ClassLoader mention
The ClassLoader component was removed in Symfony 4.0.
1 parent a35d4a8 commit 8a83cdf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

components/intl.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ replace the intl classes:
4848

4949
Composer automatically exposes these classes in the global namespace.
5050

51-
If you don't use Composer but the
52-
:doc:`Symfony ClassLoader component </components/class_loader>`,
53-
you need to expose them manually by adding the following lines to your autoload
54-
code::
55-
56-
if (!function_exists('intl_is_failure')) {
57-
require '/path/to/Icu/Resources/stubs/functions.php';
58-
59-
$loader->registerPrefixFallback('/path/to/Icu/Resources/stubs');
60-
}
61-
6251
Writing and Reading Resource Bundles
6352
------------------------------------
6453

0 commit comments

Comments
 (0)