You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
PHP Warning with message 'Declaration of
Upwork\API\Routers\Workdiary::get($company, $username, $date, $params = Array)
should be compatible with
Upwork\API\Client::get($url, $params = Array)'
in vendor/upwork/php-upwork/src/Upwork/API/Routers/Workdiary.php:81
Suggest renaming the method to getByCompany or getByCompanyAndUsername.
Or alternatively, don't extend Client. The calls are being made to $this->_client and not $this, so I don't see the reason for it.