Halleck45 / DesignPatternDetector

detection of design patterns in PHP code
MIT License
114 stars 14 forks source link

Fix part of #5 - Finder parameter must be an array #6

Open vukanac opened 7 years ago

vukanac commented 7 years ago

With old composer.json latest phpmetrics was installed and it has the constructor with different parameters. We have to convert accepting argument and options in CLI command from string to array.

  1. I have upgraded libs to the latest
  2. converted CLI params to be array instead of string

Small note: