Closed geekdevs closed 8 years ago
Travis reports a lot of php strict errors when running tests because of missing $method param on exec() method for several traits (e.g. see output of https://travis-ci.org/ConnectCorp/nexmo-client/jobs/79275172). This PR fixes it.
$method
exec()
Travis reports a lot of php strict errors when running tests because of missing
$method
param onexec()
method for several traits (e.g. see output of https://travis-ci.org/ConnectCorp/nexmo-client/jobs/79275172). This PR fixes it.