Skip to content

Commit a5d0027

Browse files
committed
Updated Rector to commit f26495b785120b264e9f4477c647fb3abd8e0d47
rectorphp/rector-src@f26495b Fix typo in rule definition message (#7690)
1 parent 00b9fe2 commit a5d0027

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

rules/CodeQuality/Rector/Equal/UseIdenticalOverEqualWithSameTypeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class UseIdenticalOverEqualWithSameTypeRector extends AbstractRector
2626
{
2727
public function getRuleDefinition(): RuleDefinition
2828
{
29-
return new RuleDefinition('Use ===/!== over ==/!=, it values have the same type', [new CodeSample(<<<'CODE_SAMPLE'
29+
return new RuleDefinition('Use ===/!== over ==/!=, if values have the same type', [new CodeSample(<<<'CODE_SAMPLE'
3030
class SomeClass
3131
{
3232
public function run(int $firstValue, int $secondValue)

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 = '1d141d573432ebc152383bf884f488dc62619f0c';
22+
public const PACKAGE_VERSION = 'f26495b785120b264e9f4477c647fb3abd8e0d47';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-11-30 20:34:18';
27+
public const RELEASE_DATE = '2025-11-30 19:04:34';
2828
/**
2929
* @var int
3030
*/

vendor/composer/installed.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,12 +1684,12 @@
16841684
"source": {
16851685
"type": "git",
16861686
"url": "https:\/\/github.com\/rectorphp\/rector-doctrine.git",
1687-
"reference": "d4fc0d2ed72eaa394c0a65bbf5bbebb05aa5fa50"
1687+
"reference": "89f7cf9d6f17bab0fc9da4aa542d8fb228746c0b"
16881688
},
16891689
"dist": {
16901690
"type": "zip",
1691-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/d4fc0d2ed72eaa394c0a65bbf5bbebb05aa5fa50",
1692-
"reference": "d4fc0d2ed72eaa394c0a65bbf5bbebb05aa5fa50",
1691+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/89f7cf9d6f17bab0fc9da4aa542d8fb228746c0b",
1692+
"reference": "89f7cf9d6f17bab0fc9da4aa542d8fb228746c0b",
16931693
"shasum": ""
16941694
},
16951695
"require": {
@@ -1713,7 +1713,7 @@
17131713
"tomasvotruba\/class-leak": "^2.0",
17141714
"tracy\/tracy": "^2.10"
17151715
},
1716-
"time": "2025-11-29T02:30:21+00:00",
1716+
"time": "2025-11-30T13:40:07+00:00",
17171717
"default-branch": true,
17181718
"type": "rector-extension",
17191719
"extra": {
@@ -1745,12 +1745,12 @@
17451745
"source": {
17461746
"type": "git",
17471747
"url": "https:\/\/github.com\/rectorphp\/rector-downgrade-php.git",
1748-
"reference": "086ab0606ba95852f66bff6abfd01bac24853fd7"
1748+
"reference": "d051cbea04c5c5de4e360699aa051d06d5432ee7"
17491749
},
17501750
"dist": {
17511751
"type": "zip",
1752-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/086ab0606ba95852f66bff6abfd01bac24853fd7",
1753-
"reference": "086ab0606ba95852f66bff6abfd01bac24853fd7",
1752+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/d051cbea04c5c5de4e360699aa051d06d5432ee7",
1753+
"reference": "d051cbea04c5c5de4e360699aa051d06d5432ee7",
17541754
"shasum": ""
17551755
},
17561756
"require": {
@@ -1768,7 +1768,7 @@
17681768
"tomasvotruba\/class-leak": "^1.0",
17691769
"tracy\/tracy": "^2.10"
17701770
},
1771-
"time": "2025-11-29T02:29:36+00:00",
1771+
"time": "2025-11-30T13:40:10+00:00",
17721772
"default-branch": true,
17731773
"type": "rector-extension",
17741774
"extra": {
@@ -1800,12 +1800,12 @@
18001800
"source": {
18011801
"type": "git",
18021802
"url": "https:\/\/github.com\/rectorphp\/rector-phpunit.git",
1803-
"reference": "8d4cdd1a687d66837a510515c0a863335c7f1be7"
1803+
"reference": "e27f4fc28c3acd941c5984dbed9bfbc384e0ca9c"
18041804
},
18051805
"dist": {
18061806
"type": "zip",
1807-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/8d4cdd1a687d66837a510515c0a863335c7f1be7",
1808-
"reference": "8d4cdd1a687d66837a510515c0a863335c7f1be7",
1807+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/e27f4fc28c3acd941c5984dbed9bfbc384e0ca9c",
1808+
"reference": "e27f4fc28c3acd941c5984dbed9bfbc384e0ca9c",
18091809
"shasum": ""
18101810
},
18111811
"require": {
@@ -1830,7 +1830,7 @@
18301830
"tomasvotruba\/class-leak": "^1.2",
18311831
"tracy\/tracy": "^2.11"
18321832
},
1833-
"time": "2025-11-29T02:29:28+00:00",
1833+
"time": "2025-11-30T13:40:24+00:00",
18341834
"default-branch": true,
18351835
"type": "rector-extension",
18361836
"extra": {
@@ -1862,12 +1862,12 @@
18621862
"source": {
18631863
"type": "git",
18641864
"url": "https:\/\/github.com\/rectorphp\/rector-symfony.git",
1865-
"reference": "bec308fad86938eda2158d03b4d84ccefb2edbea"
1865+
"reference": "dd32a77a3cf924684b3abc9cd7710bfdb47e7f5e"
18661866
},
18671867
"dist": {
18681868
"type": "zip",
1869-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/bec308fad86938eda2158d03b4d84ccefb2edbea",
1870-
"reference": "bec308fad86938eda2158d03b4d84ccefb2edbea",
1869+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/dd32a77a3cf924684b3abc9cd7710bfdb47e7f5e",
1870+
"reference": "dd32a77a3cf924684b3abc9cd7710bfdb47e7f5e",
18711871
"shasum": ""
18721872
},
18731873
"require": {
@@ -1899,7 +1899,7 @@
18991899
"tomasvotruba\/unused-public": "^2.0",
19001900
"tracy\/tracy": "^2.10"
19011901
},
1902-
"time": "2025-11-29T18:00:42+00:00",
1902+
"time": "2025-11-30T13:40:05+00:00",
19031903
"default-branch": true,
19041904
"type": "rector-extension",
19051905
"extra": {

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vendor/rector/extension-installer/src/GeneratedConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
final class GeneratedConfig
1111
{
12-
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main d4fc0d2'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main 086ab06'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 8d4cdd1'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main bec308f'));
12+
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main 89f7cf9'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main d051cbe'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main e27f4fc'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main dd32a77'));
1313
private function __construct()
1414
{
1515
}

0 commit comments

Comments
 (0)