Skip to content

Commit dcb88ff

Browse files
committed
Refactoring
1 parent 2cb8ab0 commit dcb88ff

File tree

236 files changed

+4863
-9717
lines changed

Some content is hidden

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

236 files changed

+4863
-9717
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.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"phpstan/phpdoc-parser": "^1.21",
2121
"psr/simple-cache": "^3.0",
2222
"symfony/deprecation-contracts": "^3.0",
23-
"typhoon/change-detector": "^0.4.4",
23+
"symfony/polyfill-php84": "^1.31",
24+
"typhoon/change-detector": "^0.4.4@dev",
2425
"typhoon/declaration-id": "^0.4",
2526
"typhoon/type": "^0.4.4",
2627
"typhoon/typed-map": "^0.4"
@@ -30,12 +31,14 @@
3031
"dragon-code/benchmark": "^2.6",
3132
"ergebnis/composer-normalize": "^2.44.0",
3233
"friendsofphp/php-cs-fixer": "^3.64.0",
34+
"jetbrains/phpstorm-stubs": "^2024.2",
35+
"php-defer/php-defer": "^5.0",
3336
"phpstan/phpstan": "^1.12.6",
3437
"phpunit/phpunit": "^10.5.36",
3538
"phpyh/coding-standard": "^2.6.2",
39+
"symfony/mime": "^6.4",
3640
"symfony/var-dumper": "^6.4.11 || ^7.1.3",
37-
"typhoon/opcache": "^0.2.1",
38-
"typhoon/phpstorm-reflection-stubs": "^0.4.4"
41+
"typhoon/opcache": "^0.2.1"
3942
},
4043
"conflict": {
4144
"typhoon/phpstorm-reflection-stubs": "<0.4.3"

0 commit comments

Comments
 (0)