Skip to content

Commit 6ab38a8

Browse files
committed
Updated Rector to commit 2ac26e77e63664f3e250af12f021696c60ca0df4
rectorphp/rector-src@2ac26e7 Cache comment consistency (#5461)
1 parent 8b20f23 commit 6ab38a8

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '2ec55701f292770fc7be3ca6e434d437e59c333b';
22+
public const PACKAGE_VERSION = '2ac26e77e63664f3e250af12f021696c60ca0df4';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2024-01-13 08:42:30';
27+
public const RELEASE_DATE = '2024-01-13 08:49:04';
2828
/**
2929
* @var int
3030
*/

src/Php/PolyfillPackagesProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class PolyfillPackagesProvider
1919
*/
2020
public function provide() : array
2121
{
22-
// used in tests mostly
22+
// disable cache in tests
2323
if (SimpleParameterProvider::hasParameter(Option::POLYFILL_PACKAGES)) {
2424
return SimpleParameterProvider::provideArrayParameter(Option::POLYFILL_PACKAGES);
2525
}

src/Skipper/SkipCriteriaResolver/SkippedClassResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public function resolve() : array
1919
{
2020
// disable cache in tests
2121
if (StaticPHPUnitEnvironment::isPHPUnitRun()) {
22-
// disable cache in tests
2322
$this->skippedClasses = null;
2423
}
2524
// already cached, even only empty array

0 commit comments

Comments
 (0)