Skip to content

Commit

Permalink
Merge pull request #199 from bjdelange/bjdelange-encode_code39_ext_null
Browse files Browse the repository at this point in the history
Fix incorrect nullable return type
  • Loading branch information
casperbakker authored Apr 9, 2024
2 parents 132e5eb + 341db4f commit 17f981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/TypeCode39.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function getBarcodeData(string $code): Barcode
* Encode a string to be used for CODE 39 Extended mode.
*
* @param string $code code to represent.
* @return bool|string encoded string.
* @return string encoded string.
* @protected
*/
protected function encode_code39_ext($code)
Expand Down

0 comments on commit 17f981c

Please sign in to comment.