Updated Rector to commit a60f31b9a0

a60f31b9a0 docs
This commit is contained in:
Tomas Votruba 2022-01-25 20:04:52 +00:00
parent 333852550d
commit 4eb0da906f
6 changed files with 20 additions and 19 deletions

View File

@ -21,5 +21,6 @@ jobs:
# Get your tokens from https://developer.twitter.com/en/portal/projects/1486009292276776963/apps/23201457/keys # Get your tokens from https://developer.twitter.com/en/portal/projects/1486009292276776963/apps/23201457/keys
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }} TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
# needs "Read & Write" access, the default is "Read"; see https://twittercommunity.com/t/changing-app-permissions-missing-in-ui/163708/8 on how to elevate
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }} TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

View File

@ -16,11 +16,11 @@ final class VersionResolver
/** /**
* @var string * @var string
*/ */
public const PACKAGE_VERSION = '22db8c79c378a2d6842e9523c854219e6d67f4c2'; public const PACKAGE_VERSION = 'a60f31b9a0cff70b35b15e88630adb52d2f9412e';
/** /**
* @var string * @var string
*/ */
public const RELEASE_DATE = '2022-01-25 17:56:52'; public const RELEASE_DATE = '2022-01-25 20:56:51';
public static function resolvePackageVersion() : string public static function resolvePackageVersion() : string
{ {
$process = new \RectorPrefix20220125\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__); $process = new \RectorPrefix20220125\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__);

2
vendor/autoload.php vendored
View File

@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php'; require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346::getLoader(); return ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346 class ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2
{ {
private static $loader; private static $loader;
@ -22,15 +22,15 @@ class ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346
return self::$loader; return self::$loader;
} }
spl_autoload_register(array('ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2', 'loadClassLoader'));
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) { if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInitbef93e4c12736544c221e1b865ba12c2::getInitializer($loader));
} else { } else {
$classMap = require __DIR__ . '/autoload_classmap.php'; $classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) { if ($classMap) {
@ -42,12 +42,12 @@ class ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346
$loader->register(true); $loader->register(true);
if ($useStaticLoader) { if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346::$files; $includeFiles = Composer\Autoload\ComposerStaticInitbef93e4c12736544c221e1b865ba12c2::$files;
} else { } else {
$includeFiles = require __DIR__ . '/autoload_files.php'; $includeFiles = require __DIR__ . '/autoload_files.php';
} }
foreach ($includeFiles as $fileIdentifier => $file) { foreach ($includeFiles as $fileIdentifier => $file) {
composerRequireaf32977c5cf0cb8ac782c0cfadb74346($fileIdentifier, $file); composerRequirebef93e4c12736544c221e1b865ba12c2($fileIdentifier, $file);
} }
return $loader; return $loader;
@ -59,7 +59,7 @@ class ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346
* @param string $file * @param string $file
* @return void * @return void
*/ */
function composerRequireaf32977c5cf0cb8ac782c0cfadb74346($fileIdentifier, $file) function composerRequirebef93e4c12736544c221e1b865ba12c2($fileIdentifier, $file)
{ {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346 class ComposerStaticInitbef93e4c12736544c221e1b865ba12c2
{ {
public static $files = array ( public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3879,9 +3879,9 @@ class ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInitbef93e4c12736544c221e1b865ba12c2::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitbef93e4c12736544c221e1b865ba12c2::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitaf32977c5cf0cb8ac782c0cfadb74346::$classMap; $loader->classMap = ComposerStaticInitbef93e4c12736544c221e1b865ba12c2::$classMap;
}, null, ClassLoader::class); }, null, ClassLoader::class);
} }

View File

@ -9,8 +9,8 @@ $loader = require_once __DIR__.'/autoload.php';
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) { if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20220125\AutoloadIncluder'); spl_autoload_call('RectorPrefix20220125\AutoloadIncluder');
} }
if (!class_exists('ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346', false) && !interface_exists('ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346', false) && !trait_exists('ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346', false)) { if (!class_exists('ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2', false) && !interface_exists('ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2', false) && !trait_exists('ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2', false)) {
spl_autoload_call('RectorPrefix20220125\ComposerAutoloaderInitaf32977c5cf0cb8ac782c0cfadb74346'); spl_autoload_call('RectorPrefix20220125\ComposerAutoloaderInitbef93e4c12736544c221e1b865ba12c2');
} }
if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) { if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) {
spl_autoload_call('RectorPrefix20220125\Helmich\TypoScriptParser\Parser\AST\Statement'); spl_autoload_call('RectorPrefix20220125\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -71,9 +71,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220125\print_node(...func_get_args()); return \RectorPrefix20220125\print_node(...func_get_args());
} }
} }
if (!function_exists('composerRequireaf32977c5cf0cb8ac782c0cfadb74346')) { if (!function_exists('composerRequirebef93e4c12736544c221e1b865ba12c2')) {
function composerRequireaf32977c5cf0cb8ac782c0cfadb74346() { function composerRequirebef93e4c12736544c221e1b865ba12c2() {
return \RectorPrefix20220125\composerRequireaf32977c5cf0cb8ac782c0cfadb74346(...func_get_args()); return \RectorPrefix20220125\composerRequirebef93e4c12736544c221e1b865ba12c2(...func_get_args());
} }
} }
if (!function_exists('scanPath')) { if (!function_exists('scanPath')) {