We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 132e5eb + 341db4f commit 17f981cCopy full SHA for 17f981c
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