canihavesomecoffee / theTVDbAPI

PHP implementation for the 2nd version of the TheTVDb API
ISC License
11 stars 8 forks source link

Update Actor.php #3

Closed tntsoft closed 5 years ago

tntsoft commented 5 years ago

Hotfix for error:

The type of the "imageAuthor" attribute for class "CanIHaveSomeCoffee\TheTVDbAPI\Model\Actor" must be one of "int" ("NULL" given)

codecov[bot] commented 5 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #3   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      164    164           
=======================================
  Files            25     25           
  Lines           456    456           
=======================================
  Hits            456    456

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f23f544...8872fe6. Read the comment docs.

canihavesomecoffee commented 5 years ago

Given that I'm not using that section of the API myself, I didn't run into that issue yet... Thanks for the PR!