Skip to content

Commit

Permalink
Merge pull request #980 from kukulich/deprecated
Browse files Browse the repository at this point in the history
Mark ClassLoader as deprecated
  • Loading branch information
Ocramius committed Jan 19, 2022
2 parents e9b97c0 + d03e227 commit 2b6772d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Util/Autoload/ClassLoader.php
Expand Up @@ -16,6 +16,9 @@
use function spl_autoload_register;
use function trait_exists;

/**
* @deprecated
*/
final class ClassLoader
{
/** @var array<class-string, ReflectionClass> */
Expand Down

0 comments on commit 2b6772d

Please sign in to comment.