We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24caf25 commit 0183180Copy full SHA for 0183180
src/IConnection.php
@@ -25,6 +25,7 @@ interface IConnection
25
/**
26
* Inject connection configuration.
27
* @param \phpsap\interfaces\IConfig $config connection configuration
28
+ * @throws \phpsap\interfaces\exceptions\IIncompleteConfigException
29
*/
30
public function __construct(IConfig $config);
31
0 commit comments