Skip to content

Commit

Permalink
Fixing some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Mar 2, 2014
1 parent 857fde8 commit 8ebbbed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Tmdb/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ private function constructHttpClient(ClientInterface $httpClient = null)
if (!class_exists('Doctrine\Common\Cache\FilesystemCache')) {
/** @codeCoverageIgnoreStart */
throw new RuntimeException(
'Could not find the doctrine cache library, have you added doctrone-cache to your composer.json?'
'Could not find the doctrine cache library,
have you added doctrine-cache to your composer.json?'
);
/** @codeCoverageIgnoreEnd */
}
Expand Down

0 comments on commit 8ebbbed

Please sign in to comment.