Skip to content

Commit 341db4f

Browse files
authored
Fix incorrect nullable return type
1 parent 132e5eb commit 341db4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Types/TypeCode39.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function getBarcodeData(string $code): Barcode
113113
* Encode a string to be used for CODE 39 Extended mode.
114114
*
115115
* @param string $code code to represent.
116-
* @return bool|string encoded string.
116+
* @return string encoded string.
117117
* @protected
118118
*/
119119
protected function encode_code39_ext($code)

0 commit comments

Comments
 (0)