Skip to content

Commit ff3e5eb

Browse files
committed
MC-30776: Improve Performance of SVC
- Added nikic/php-parser as hard dependency in composer - Improved performance of DependencyMap creation. - Remove stms when adding ClassMethod nodes to dependency tree - Added better doc comments - Addeed more aggresive AbstractApiVisitor traversal termination - Refactored code to use switch statements
1 parent 1eb776c commit ff3e5eb

File tree

7 files changed

+326
-244
lines changed

7 files changed

+326
-244
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"symfony/console": "~4.4.0",
1414
"tomzx/php-semver-checker": "^0.13.0",
1515
"wikimedia/less.php": "~1.8.0",
16-
"zendframework/zend-stdlib": "^3.2.1"
16+
"zendframework/zend-stdlib": "^3.2.1",
17+
"nikic/php-parser": "^3.1"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^6.5.0",

0 commit comments

Comments
 (0)