VisualAppeal / Matomo-PHP-API

PHP wrapper for the Matomo API.
MIT License
95 stars 33 forks source link

Fix doc comments and add missing parameter in getUrlsFromWebsiteId #38

Closed simonschaufi closed 7 years ago

thelfensdrfer commented 7 years ago

Can you check the indentation. It seems of at a few lines, especially the doc block comments. Shouldn't they be indented at the same level as the following method?

simonschaufi commented 7 years ago

Sure, they should. I just see the mess. I would like to use PSR standards (use spaces). Can I reformat the whole file?

thelfensdrfer commented 7 years ago

Yes you can! Thanks for your PR.

simonschaufi commented 7 years ago

Thank you for merging this!