colorfield / mastodon-api-php

PHP wrapper for the Mastodon API.
Apache License 2.0
25 stars 4 forks source link

Configuration Value Object should not be passed on constructor #1

Closed colorfield closed 7 years ago

colorfield commented 7 years ago

This will simplify the API wrapper usage by avoiding to define an unnecessary use statement. Also the ConfigurationVO should provide helpers to check its own state instead of checking this in the main class construct.