Skip to content

Commit 7aa93a7

Browse files
committed
minor #9521 [Intl] Remove ClassLoader mention (hipio)
This PR was merged into the 4.0 branch. Discussion ---------- [Intl] Remove ClassLoader mention The ClassLoader component was removed in Symfony 4.0. Commits ------- 8a83cdf [FIX] Remove ClassLoader mention
2 parents a35d4a8 + 8a83cdf commit 7aa93a7

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)