Skip to content

Commit 17f981c

Browse files
authored
Merge pull request #199 from bjdelange/bjdelange-encode_code39_ext_null
Fix incorrect nullable return type
2 parents 132e5eb + 341db4f commit 17f981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)