mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
https://dephpend.com
MIT License
530 stars 26 forks source link

Error in text mode #58

Closed williamdes closed 4 years ago

williamdes commented 4 years ago

Similar to #56

Using: docker, composer: 0.6.2, composer: dev-master

Argument 1 passed to Mihaeu\PhpDependencies\Analyser\DependencyInspectionVisitor::addName() must be an instance of PhpParser\Node\Name, instance of PhpParser\Node\Expr\ArrayDimFetch given, called in /root/.composer/vendor/dephpend/dephpend/src/Analyser/DependencyInspectionVisitor.php on line 90

williamdes commented 4 years ago

@mihaeu because of

xx::yy($validator['name'], $validator['class'] . '@' . $validator['function'], $validator['class']::DESCRIPTION);
williamdes commented 4 years ago

@mihaeu :ping_pong:

mihaeu commented 4 years ago

Riiight terribly sorry @williamdes

I've been hibernating :wink: I'll try to fix it on Sunday. Does that still work for you?

williamdes commented 4 years ago

I've been hibernating :wink:

:bear: :laughing:

Does that still work for you?

Yes :heavy_check_mark:

mihaeu commented 4 years ago

Released 0.6.3, thanks for your patience @williamdes