Skip to content

Commit

Permalink
Upgrade script from 13.0.0-B2 to 13.0.0-B3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Aug 9, 2022
1 parent ab3ece7 commit da89685
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function __construct($sUnit, $sAction, $iObjectId, $iSender = false, $aEx

$this->_aAlerts = $aData['alerts'];
$this->_aHandlers = $aData['handlers'];
$this->_aCacheTriggers = $aData['cache_triggers'];
$this->_aCacheTriggers = isset($aData['cache_triggers']) ? $aData['cache_triggers'] : [];

$this->sUnit = $sUnit;
$this->sAction = $sAction;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInitcd534309f1c0c424ed62340baae72832::getLoader();
return ComposerAutoloaderInit19ea3b9b7cf2870324c7b8ea20dec156::getLoader();
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitcd534309f1c0c424ed62340baae72832
class ComposerAutoloaderInit19ea3b9b7cf2870324c7b8ea20dec156
{
private static $loader;

Expand All @@ -24,15 +24,15 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitcd534309f1c0c424ed62340baae72832', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit19ea3b9b7cf2870324c7b8ea20dec156', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitcd534309f1c0c424ed62340baae72832', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit19ea3b9b7cf2870324c7b8ea20dec156', '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\ComposerStaticInitcd534309f1c0c424ed62340baae72832::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
Expand All @@ -53,19 +53,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitcd534309f1c0c424ed62340baae72832::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirecd534309f1c0c424ed62340baae72832($fileIdentifier, $file);
composerRequire19ea3b9b7cf2870324c7b8ea20dec156($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequirecd534309f1c0c424ed62340baae72832($fileIdentifier, $file)
function composerRequire19ea3b9b7cf2870324c7b8ea20dec156($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitcd534309f1c0c424ed62340baae72832
class ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156
{
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
Expand Down Expand Up @@ -214,10 +214,10 @@ class ComposerStaticInitcd534309f1c0c424ed62340baae72832
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcd534309f1c0c424ed62340baae72832::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcd534309f1c0c424ed62340baae72832::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitcd534309f1c0c424ed62340baae72832::$prefixesPsr0;
$loader->classMap = ComposerStaticInitcd534309f1c0c424ed62340baae72832::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156::$prefixesPsr0;
$loader->classMap = ComposerStaticInit19ea3b9b7cf2870324c7b8ea20dec156::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'c3310f86ac307559025260ef26c36b7a42126d43',
'reference' => 'ab3ece7b6bb9cfd36c7e52c171ecf20429433999',
'name' => 'unaio/una',
'dev' => true,
),
Expand Down Expand Up @@ -332,7 +332,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'c3310f86ac307559025260ef26c36b7a42126d43',
'reference' => 'ab3ece7b6bb9cfd36c7e52c171ecf20429433999',
'dev_requirement' => false,
),
'wikimedia/less.php' => array(
Expand Down

0 comments on commit da89685

Please sign in to comment.