omise/omise-php

Call of static method in invalid context

Closed this issue · 1 comments

Static call like the following warn over strict error. And deprecation error from php 5.6.

$resource = $clazz::getInstance($clazz, $publickey, $secretkey);

Release v2.0.0 (774d6d2) solved this