Skip to content

Commit 8d17240

Browse files
committed
Updated Rector to commit 1ae7187546914988d394830b60c96b2178e4c4ad
rectorphp/rector-src@1ae7187 improve description
1 parent 9097bd6 commit 8d17240

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rules/Strict/Rector/Empty_/DisallowedEmptyRuleFixerRector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public function __construct(ExactCompareFactory $exactCompareFactory, ExprAnalyz
4545
}
4646
public function getRuleDefinition(): RuleDefinition
4747
{
48-
$errorMessage = \sprintf('Fixer for PHPStan reports by strict type rule - "%s"', 'PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule');
49-
return new RuleDefinition($errorMessage, [new ConfiguredCodeSample(<<<'CODE_SAMPLE'
48+
return new RuleDefinition('Change empty() check to explicit strict comparisons', [new ConfiguredCodeSample(<<<'CODE_SAMPLE'
5049
final class SomeEmptyArray
5150
{
5251
public function run(array $items)

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 = 'd229205e5dbdf68c15d44a373203217368603361';
22+
public const PACKAGE_VERSION = '1ae7187546914988d394830b60c96b2178e4c4ad';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-10-23 00:47:59';
27+
public const RELEASE_DATE = '2025-10-23 00:49:03';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)