We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132e5eb commit 341db4fCopy full SHA for 341db4f
1 file changed
src/Types/TypeCode39.php
@@ -113,7 +113,7 @@ public function getBarcodeData(string $code): Barcode
113
* Encode a string to be used for CODE 39 Extended mode.
114
*
115
* @param string $code code to represent.
116
- * @return bool|string encoded string.
+ * @return string encoded string.
117
* @protected
118
*/
119
protected function encode_code39_ext($code)
0 commit comments