Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
29 | 7 | protected function getCallableToCacheMessage(): string |
|
30 | { |
||
31 | return 'Value either not callable or cannot be cached or do not meet method signature requirements. ' . |
||
32 | 7 | 'Use callable in form of \'ClassName::methodName\' or [ClassName::class, \'methodName\'].'; |
|
33 | } |
||
34 | } |
||
35 |