File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
use function unlink ;
19
19
20
20
/**
21
- * This class is for internal use. It provides access the low level interface to librdkafka.
22
- * Best practise is to use high level interfaces like \RdKafka\Conf, RdKafka\Producer, ...
21
+ * This class is for internal use. It provides access to the low level interface to librdkafka.
22
+ * Best practice is to use high level interfaces like \RdKafka\Conf, \ RdKafka\Producer, ...
23
23
*
24
24
* @see https://docs.confluent.io/current/clients/librdkafka/rdkafka_8h.html
25
25
*/
@@ -162,7 +162,7 @@ public static function hasMethod(string $name): bool
162
162
}
163
163
164
164
/**
165
- * Method must be supported by current binding version else an exception is thrown.
165
+ * Method must be supported by current binding version otherwise an exception is thrown.
166
166
* @throws RuntimeException
167
167
*/
168
168
public static function requireMethod (string $ name ): void
@@ -179,7 +179,7 @@ public static function requireMethod(string $name): void
179
179
}
180
180
181
181
/**
182
- * Version must match the current binding else an exception is thrown.
182
+ * Version must match the current binding otherwise an exception is thrown.
183
183
* @throws RuntimeException
184
184
*/
185
185
public static function requireVersion (string $ operator , string $ version ): void
You can’t perform that action at this time.
0 commit comments