Commit 0a09e060 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge branch 'll-php8' of https://git.unicaen.fr/lib/unicaen/code into ll-php8

parents b67fcd4c 72c39e85
Loading
Loading
Loading
Loading
Loading
+19 −17
Original line number Diff line number Diff line
@@ -562,6 +562,7 @@ class Util
        ];

        $types = [
            'Connecteur'          => 'Connecteur',
            'Service'             => 'Service',
            'Entity'              => 'Entity',
            'Provider'            => 'Provider',
@@ -575,6 +576,7 @@ class Util
            'Validator'           => 'Validator',
            'Hydrator'            => 'Hydrator',
            'Assertion'           => 'Assertion',
            'ORM\Event\Listeners' => 'Listener',
        ];

        if (class_exists($class)) {