Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated Monorepo Builder to commit af752da70af28d2c01685816eb6b3fabea…
…684158

deprecated-packages/symplify@af752da [PHPStanRules] Fix rendering of array arguments in macros (#3547)
  • Loading branch information
actions-user committed Aug 31, 2021
1 parent 47db213 commit e598960
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
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd::getLoader();
return ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd
class ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7', '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\ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf4990da4221ada6518ac46dced9a41e7::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,19 +42,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitf4990da4221ada6518ac46dced9a41e7::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirebbbfca0cf14ac20595e76c3071f2b9fd($fileIdentifier, $file);
composerRequiref4990da4221ada6518ac46dced9a41e7($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequirebbbfca0cf14ac20595e76c3071f2b9fd($fileIdentifier, $file)
function composerRequiref4990da4221ada6518ac46dced9a41e7($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd
class ComposerStaticInitf4990da4221ada6518ac46dced9a41e7
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
Expand Down Expand Up @@ -1251,9 +1251,9 @@ class ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitbbbfca0cf14ac20595e76c3071f2b9fd::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitf4990da4221ada6518ac46dced9a41e7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf4990da4221ada6518ac46dced9a41e7::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf4990da4221ada6518ac46dced9a41e7::$classMap;

}, null, ClassLoader::class);
}
Expand Down
10 changes: 5 additions & 5 deletions vendor/scoper-autoload.php
Expand Up @@ -6,8 +6,8 @@

// Aliases for the whitelisted classes. For more information see:
// https://github.com/humbug/php-scoper/blob/master/README.md#class-whitelisting
if (!class_exists('ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd', false) && !interface_exists('ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd', false) && !trait_exists('ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd', false)) {
spl_autoload_call('MonorepoBuilder20210831\ComposerAutoloaderInitbbbfca0cf14ac20595e76c3071f2b9fd');
if (!class_exists('ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7', false) && !interface_exists('ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7', false) && !trait_exists('ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7', false)) {
spl_autoload_call('MonorepoBuilder20210831\ComposerAutoloaderInitf4990da4221ada6518ac46dced9a41e7');
}
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('MonorepoBuilder20210831\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
Expand Down Expand Up @@ -41,9 +41,9 @@ function resolveConfigFileInfo() {
return \MonorepoBuilder20210831\resolveConfigFileInfo(...func_get_args());
}
}
if (!function_exists('composerRequirebbbfca0cf14ac20595e76c3071f2b9fd')) {
function composerRequirebbbfca0cf14ac20595e76c3071f2b9fd() {
return \MonorepoBuilder20210831\composerRequirebbbfca0cf14ac20595e76c3071f2b9fd(...func_get_args());
if (!function_exists('composerRequiref4990da4221ada6518ac46dced9a41e7')) {
function composerRequiref4990da4221ada6518ac46dced9a41e7() {
return \MonorepoBuilder20210831\composerRequiref4990da4221ada6518ac46dced9a41e7(...func_get_args());
}
}
if (!function_exists('setproctitle')) {
Expand Down

0 comments on commit e598960

Please sign in to comment.