mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
Updated Rector to commit 2891d15d933ec11f741a1c88139165b42987c940
2891d15d93
[Php84] Do not reprint node type on ExplicitNullableParamTypeRector (#6250)
This commit is contained in:
parent
e2ba97a9f4
commit
02729b46c1
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -1688,12 +1688,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https:\/\/github.com\/rectorphp\/rector-doctrine.git",
|
||||
"reference": "657d7151545855bbff2ebbb1380a1cda26a6317d"
|
||||
"reference": "4c20c2bad1833553ea12a059a81f08d310f288e4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/657d7151545855bbff2ebbb1380a1cda26a6317d",
|
||||
"reference": "657d7151545855bbff2ebbb1380a1cda26a6317d",
|
||||
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/4c20c2bad1833553ea12a059a81f08d310f288e4",
|
||||
"reference": "4c20c2bad1833553ea12a059a81f08d310f288e4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1718,7 +1718,7 @@
|
||||
"tomasvotruba\/unused-public": "^0.3",
|
||||
"tracy\/tracy": "^2.10"
|
||||
},
|
||||
"time": "2024-08-15T12:08:56+00:00",
|
||||
"time": "2024-08-23T05:45:06+00:00",
|
||||
"default-branch": true,
|
||||
"type": "rector-extension",
|
||||
"extra": {
|
||||
|
2
vendor/composer/installed.php
vendored
2
vendor/composer/installed.php
vendored
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@ namespace Rector\RectorInstaller;
|
||||
*/
|
||||
final class GeneratedConfig
|
||||
{
|
||||
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 657d715'), '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 ceccbe4'), '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 93a04b0'), '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 d7cc42e'));
|
||||
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 4c20c2b'), '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 ceccbe4'), '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 93a04b0'), '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 d7cc42e'));
|
||||
private function __construct()
|
||||
{
|
||||
}
|
||||
|
@ -76,10 +76,10 @@ final class ColumnPropertyTypeResolver
|
||||
'varchar' => new StringType(),
|
||||
'string' => new StringType(),
|
||||
'char' => new StringType(),
|
||||
'longblob' => new StringType(),
|
||||
'blob' => new StringType(),
|
||||
'mediumblob' => new StringType(),
|
||||
'tinyblob' => new StringType(),
|
||||
'longblob' => new MixedType(),
|
||||
'blob' => new MixedType(),
|
||||
'mediumblob' => new MixedType(),
|
||||
'tinyblob' => new MixedType(),
|
||||
'binary' => new StringType(),
|
||||
'varbinary' => new StringType(),
|
||||
'set' => new StringType(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user