Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Nov 21, 2024
1 parent b720d53 commit 30f4f83
Show file tree
Hide file tree
Showing 300 changed files with 7,512 additions and 11,481 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
4 changes: 3 additions & 1 deletion composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"symbol-whitelist" : [
"class_like_exists",
"get_constant_extension",
"Composer\\Autoload\\ClassLoader",
"PhpParser\\Node\\Scalar\\DNumber",
"PhpParser\\Node\\Scalar\\LNumber",
"Typhoon\\PhpStormReflectionStubs\\PhpStormStubsLocator"
"JetBrains\\PHPStormStub\\PhpStormStubsMap"
]
}
22 changes: 10 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,23 @@
"ext-tokenizer": "*",
"nikic/php-parser": "^4.18 || ^5.0",
"phpstan/phpdoc-parser": "^1.21",
"psr/simple-cache": "^3.0",
"symfony/deprecation-contracts": "^3.0",
"typhoon/change-detector": "^0.4.4",
"typhoon/change-detector": "^0.4.5",
"typhoon/declaration-id": "^0.4",
"typhoon/type": "^0.4.4",
"typhoon/typed-map": "^0.4"
"typhoon/type": "^0.4.4"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"dragon-code/benchmark": "^2.6",
"ergebnis/composer-normalize": "^2.44.0",
"friendsofphp/php-cs-fixer": "^3.64.0",
"php-defer/php-defer": "^5.0",
"phpstan/phpstan": "^1.12.6",
"phpunit/phpunit": "^10.5.36",
"jetbrains/phpstorm-stubs": "^2024.2",
"php-defer/php-defer": "^5.0.7",
"phpstan/phpstan": "^1.12.11",
"phpunit/phpunit": "^10.5.38",
"phpyh/coding-standard": "^2.6.2",
"symfony/var-dumper": "^6.4.11 || ^7.1.3",
"typhoon/opcache": "^0.2.1",
"typhoon/phpstorm-reflection-stubs": "^0.4.4"
"symfony/mime": "^6.4.13",
"symfony/var-dumper": "^6.4.15 || ^7.1.3",
"typhoon/opcache": "^0.2.1"
},
"conflict": {
"typhoon/phpstorm-reflection-stubs": "<0.4.3"
Expand All @@ -46,7 +44,7 @@
"Typhoon\\Reflection\\": "src/"
},
"files": [
"src/Internal/functions.php"
"src/Internal/_functions.php"
]
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 30f4f83

Please sign in to comment.