Skip to content

Commit 694b3ef

Browse files
committed
update interface
1 parent aea080e commit 694b3ef

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AbstractConnection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ public function prepareFunction($name)
112112
}
113113

114114
/**
115+
* Establish a connection to the configured system.
116+
* In case the connection is already open, close it first.
115117
* @throws \phpsap\exceptions\ConnectionFailedException
116118
*/
117119
abstract public function connect();

0 commit comments

Comments
 (0)