Skip to content

Commit

Permalink
Resolve "Access to undefined constant File_IMC::ERROR_INVALID_PARAM_T…
Browse files Browse the repository at this point in the history
…YPE" detected by PHPStan
  • Loading branch information
matsuo committed Jul 20, 2024
1 parent fa1a28a commit f5b9a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions File/IMC.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class File_IMC
const ERROR_INVALID_VCARD_VERSION = 103;
const ERROR_PARAM_NOT_SET = 104;
const ERROR_INVALID_ITERATION = 105;
const ERROR_INVALID_PARAM_TYPE = 106;

/**
* Constants for File_IMC vCard "N" component positions.
Expand Down

0 comments on commit f5b9a70

Please sign in to comment.