Browse Source

first argument of constructor must be an interface

tags/0.3 0.3
Paul Rock 7 years ago
parent
commit
855909a438
  1. 2
      src/Client.php

2
src/Client.php

@ -34,7 +34,7 @@ class Client implements Interfaces\ClientInterface
/** /**
* Configuration of connection * Configuration of connection
* @var Config
* @var ConfigInterface
*/ */
private $_config; private $_config;

Loading…
Cancel
Save