Skip to content

Commit

Permalink
ECS 10.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 23, 2021
1 parent 272d44a commit 9b4a0ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e::getLoader();
return ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e
class ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit783957f47b4d2fa8e9daedf2c6203b2d::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,12 +42,12 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit783957f47b4d2fa8e9daedf2c6203b2d::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire7f9265f1c534343ec8a4c06cc702a70e($fileIdentifier, $file);
composerRequire783957f47b4d2fa8e9daedf2c6203b2d($fileIdentifier, $file);
}

return $loader;
Expand All @@ -59,7 +59,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire7f9265f1c534343ec8a4c06cc702a70e($fileIdentifier, $file)
function composerRequire783957f47b4d2fa8e9daedf2c6203b2d($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e
class ComposerStaticInit783957f47b4d2fa8e9daedf2c6203b2d
{
public static $files = array (
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
Expand Down Expand Up @@ -1752,9 +1752,9 @@ class ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit7f9265f1c534343ec8a4c06cc702a70e::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit783957f47b4d2fa8e9daedf2c6203b2d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit783957f47b4d2fa8e9daedf2c6203b2d::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit783957f47b4d2fa8e9daedf2c6203b2d::$classMap;

}, null, ClassLoader::class);
}
Expand Down
10 changes: 5 additions & 5 deletions vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('ECSPrefix20211223\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e', false) && !interface_exists('ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e', false) && !trait_exists('ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e', false)) {
spl_autoload_call('ECSPrefix20211223\ComposerAutoloaderInit7f9265f1c534343ec8a4c06cc702a70e');
if (!class_exists('ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d', false) && !interface_exists('ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d', false) && !trait_exists('ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d', false)) {
spl_autoload_call('ECSPrefix20211223\ComposerAutoloaderInit783957f47b4d2fa8e9daedf2c6203b2d');
}
if (!class_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !interface_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !trait_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false)) {
spl_autoload_call('ECSPrefix20211223\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
Expand Down Expand Up @@ -39,9 +39,9 @@

// Functions whitelisting. For more information see:
// https://github.com/humbug/php-scoper/blob/master/README.md#functions-whitelisting
if (!function_exists('composerRequire7f9265f1c534343ec8a4c06cc702a70e')) {
function composerRequire7f9265f1c534343ec8a4c06cc702a70e() {
return \ECSPrefix20211223\composerRequire7f9265f1c534343ec8a4c06cc702a70e(...func_get_args());
if (!function_exists('composerRequire783957f47b4d2fa8e9daedf2c6203b2d')) {
function composerRequire783957f47b4d2fa8e9daedf2c6203b2d() {
return \ECSPrefix20211223\composerRequire783957f47b4d2fa8e9daedf2c6203b2d(...func_get_args());
}
}
if (!function_exists('sample')) {
Expand Down

0 comments on commit 9b4a0ae

Please sign in to comment.