Skip to content

Commit 30f4f83

Browse files
committed
Refactoring
1 parent b720d53 commit 30f4f83

File tree

300 files changed

+7512
-11481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+7512
-11481
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
'strict_comparison' => false,
3030
'logical_operators' => false,
3131
'no_multiline_whitespace_around_double_arrow' => false,
32+
// TODO issue: Resource class is fixed to resource
33+
'phpdoc_types' => false,
3234
'class_attributes_separation' => ['elements' => [
3335
'trait_import' => 'only_if_meta',
3436
'const' => 'only_if_meta',

composer-require-checker.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"symbol-whitelist" : [
3+
"class_like_exists",
4+
"get_constant_extension",
35
"Composer\\Autoload\\ClassLoader",
46
"PhpParser\\Node\\Scalar\\DNumber",
57
"PhpParser\\Node\\Scalar\\LNumber",
6-
"Typhoon\\PhpStormReflectionStubs\\PhpStormStubsLocator"
8+
"JetBrains\\PHPStormStub\\PhpStormStubsMap"
79
]
810
}

composer.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,23 @@
1818
"ext-tokenizer": "*",
1919
"nikic/php-parser": "^4.18 || ^5.0",
2020
"phpstan/phpdoc-parser": "^1.21",
21-
"psr/simple-cache": "^3.0",
22-
"symfony/deprecation-contracts": "^3.0",
23-
"typhoon/change-detector": "^0.4.4",
21+
"typhoon/change-detector": "^0.4.5",
2422
"typhoon/declaration-id": "^0.4",
25-
"typhoon/type": "^0.4.4",
26-
"typhoon/typed-map": "^0.4"
23+
"typhoon/type": "^0.4.4"
2724
},
2825
"require-dev": {
2926
"bamarni/composer-bin-plugin": "^1.8.2",
3027
"dragon-code/benchmark": "^2.6",
3128
"ergebnis/composer-normalize": "^2.44.0",
3229
"friendsofphp/php-cs-fixer": "^3.64.0",
33-
"php-defer/php-defer": "^5.0",
34-
"phpstan/phpstan": "^1.12.6",
35-
"phpunit/phpunit": "^10.5.36",
30+
"jetbrains/phpstorm-stubs": "^2024.2",
31+
"php-defer/php-defer": "^5.0.7",
32+
"phpstan/phpstan": "^1.12.11",
33+
"phpunit/phpunit": "^10.5.38",
3634
"phpyh/coding-standard": "^2.6.2",
37-
"symfony/var-dumper": "^6.4.11 || ^7.1.3",
38-
"typhoon/opcache": "^0.2.1",
39-
"typhoon/phpstorm-reflection-stubs": "^0.4.4"
35+
"symfony/mime": "^6.4.13",
36+
"symfony/var-dumper": "^6.4.15 || ^7.1.3",
37+
"typhoon/opcache": "^0.2.1"
4038
},
4139
"conflict": {
4240
"typhoon/phpstorm-reflection-stubs": "<0.4.3"
@@ -46,7 +44,7 @@
4644
"Typhoon\\Reflection\\": "src/"
4745
},
4846
"files": [
49-
"src/Internal/functions.php"
47+
"src/Internal/_functions.php"
5048
]
5149
},
5250
"autoload-dev": {

0 commit comments

Comments
 (0)