Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Nov 13, 2024
1 parent b720d53 commit 4574f5d
Show file tree
Hide file tree
Showing 255 changed files with 5,774 additions and 9,881 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
'strict_comparison' => false,
'logical_operators' => false,
'no_multiline_whitespace_around_double_arrow' => false,
// TODO issue: Resource class is fixed to resource
'phpdoc_types' => false,
'class_attributes_separation' => ['elements' => [
'trait_import' => 'only_if_meta',
'const' => 'only_if_meta',
Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"phpstan/phpdoc-parser": "^1.21",
"psr/simple-cache": "^3.0",
"symfony/deprecation-contracts": "^3.0",
"typhoon/change-detector": "^0.4.4",
"symfony/polyfill-php84": "^1.31",
"typhoon/change-detector": "^0.4.4@dev",
"typhoon/declaration-id": "^0.4",
"typhoon/type": "^0.4.4",
"typhoon/typed-map": "^0.4"
Expand All @@ -30,13 +31,14 @@
"dragon-code/benchmark": "^2.6",
"ergebnis/composer-normalize": "^2.44.0",
"friendsofphp/php-cs-fixer": "^3.64.0",
"jetbrains/phpstorm-stubs": "^2024.2",
"php-defer/php-defer": "^5.0",
"phpstan/phpstan": "^1.12.6",
"phpunit/phpunit": "^10.5.36",
"phpyh/coding-standard": "^2.6.2",
"symfony/mime": "^6.4",
"symfony/var-dumper": "^6.4.11 || ^7.1.3",
"typhoon/opcache": "^0.2.1",
"typhoon/phpstorm-reflection-stubs": "^0.4.4"
"typhoon/opcache": "^0.2.1"
},
"conflict": {
"typhoon/phpstorm-reflection-stubs": "<0.4.3"
Expand All @@ -46,7 +48,7 @@
"Typhoon\\Reflection\\": "src/"
},
"files": [
"src/Internal/functions.php"
"src/Internal/_functions.php"
]
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 4574f5d

Please sign in to comment.