Skip to content

Commit 7fdb01d

Browse files
committed
fix grammar mistakes
1 parent 6a3da69 commit 7fdb01d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Config/IConfigCommon.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

src/IFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)