@@ -451,6 +451,7 @@ class ComposerStaticInit1ea299e54fdefaef41f855b3138bc6c1
451451 'PHPUnit \\Util \\Annotation \\DocBlock ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php ' ,
452452 'PHPUnit \\Util \\Annotation \\Registry ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/Annotation/Registry.php ' ,
453453 'PHPUnit \\Util \\Blacklist ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/Blacklist.php ' ,
454+ 'PHPUnit \\Util \\Cloner ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/Cloner.php ' ,
454455 'PHPUnit \\Util \\Color ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/Color.php ' ,
455456 'PHPUnit \\Util \\ErrorHandler ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/ErrorHandler.php ' ,
456457 'PHPUnit \\Util \\Exception ' => __DIR__ . '/.. ' . '/phpunit/phpunit/src/Util/Exception.php ' ,
@@ -1005,6 +1006,7 @@ class ComposerStaticInit1ea299e54fdefaef41f855b3138bc6c1
10051006 'SebastianBergmann \\Type \\NeverType ' => __DIR__ . '/.. ' . '/sebastian/type/src/type/NeverType.php ' ,
10061007 'SebastianBergmann \\Type \\NullType ' => __DIR__ . '/.. ' . '/sebastian/type/src/type/NullType.php ' ,
10071008 'SebastianBergmann \\Type \\ObjectType ' => __DIR__ . '/.. ' . '/sebastian/type/src/type/ObjectType.php ' ,
1009+ 'SebastianBergmann \\Type \\Parameter ' => __DIR__ . '/.. ' . '/sebastian/type/src/Parameter.php ' ,
10081010 'SebastianBergmann \\Type \\ReflectionMapper ' => __DIR__ . '/.. ' . '/sebastian/type/src/ReflectionMapper.php ' ,
10091011 'SebastianBergmann \\Type \\RuntimeException ' => __DIR__ . '/.. ' . '/sebastian/type/src/exception/RuntimeException.php ' ,
10101012 'SebastianBergmann \\Type \\SimpleType ' => __DIR__ . '/.. ' . '/sebastian/type/src/type/SimpleType.php ' ,
0 commit comments