File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ interface IConfigCommon extends IConfiguration
6868
6969 /**
7070 * Only needed it if you want to connect to a non-Unicode backend using a
71- * non-ISO-Latin-1 user name or password. The RFC library will then use that
71+ * non-ISO-Latin-1 username or password. The RFC library will then use that
7272 * codepage for the initial handshake, thus preserving the characters in
7373 * username/password.
7474 */
@@ -161,7 +161,7 @@ public function setTrace(int $trace): IConfigCommon;
161161
162162 /**
163163 * Only needed it if you want to connect to a non-Unicode backend using a
164- * non-ISO-Latin-1 user name or password. The RFC library will then use that
164+ * non-ISO-Latin-1 username or password. The RFC library will then use that
165165 * codepage for the initial handshake, thus preserving the characters in
166166 * username/password.
167167 * @return int|null The codepage or NULL in case the codepage hasn't been set.
@@ -170,7 +170,7 @@ public function getCodepage(): ?int;
170170
171171 /**
172172 * Only needed it if you want to connect to a non-Unicode backend using a
173- * non-ISO-Latin-1 user name or password. The RFC library will then use that
173+ * non-ISO-Latin-1 username or password. The RFC library will then use that
174174 * codepage for the initial handshake, thus preserving the characters in
175175 * username/password.
176176 * @param int $codepage The codepage.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public function getApi(): IApi;
128128 * Set the SAP remote function API (e.g. from cache).
129129 *
130130 * By setting the API, it will not be queried from the SAP remote system when
131- * calling getApi(). Instead getApi() will return whatever has been set using
131+ * calling getApi(). Instead, getApi() will return whatever has been set using
132132 * this method.
133133 *
134134 * @param IApi $api
You can’t perform that action at this time.
0 commit comments