This repository was archived by the owner on Oct 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818use function unlink ;
1919
2020/**
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, ...
2323 *
2424 * @see https://docs.confluent.io/current/clients/librdkafka/rdkafka_8h.html
2525 */
@@ -162,7 +162,7 @@ public static function hasMethod(string $name): bool
162162 }
163163
164164 /**
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.
166166 * @throws RuntimeException
167167 */
168168 public static function requireMethod (string $ name ): void
@@ -179,7 +179,7 @@ public static function requireMethod(string $name): void
179179 }
180180
181181 /**
182- * Version must match the current binding else an exception is thrown.
182+ * Version must match the current binding otherwise an exception is thrown.
183183 * @throws RuntimeException
184184 */
185185 public static function requireVersion (string $ operator , string $ version ): void
You can’t perform that action at this time.
0 commit comments