Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
31 | 1 | */ |
|
32 | public static function invalidMultipart(int $minimum, int $maximum) |
||
33 | 1 | { |
|
34 | return new static("The number of message parts for sending a multipart message on the CMSMS message may only contain a integer range from 0 to 8. Was given a minimum of '{$minimum}' and maximum of '{$maximum}'"); |
||
35 | } |
||
37 |