We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a8d13 commit 924db0bCopy full SHA for 924db0b
README.md
@@ -393,7 +393,7 @@ With:
393
394
$loader = require_once __DIR__.'/autoload.php';
395
396
-class_alias('Humbug\\Acme\\Foo'); // Triggers the autoloading of
+class_exists('Humbug\\Acme\\Foo'); // Triggers the autoloading of
397
// `Humbug\Acme\Foo` after the
398
// Composer autoload is registered
399
0 commit comments