| Total Complexity | 3 | 
| Total Lines | 31 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 18 | abstract class Recommendation extends FluentModel implements RecommendationInterface  | 
            ||
| 19 | { | 
            ||
| 20 | // Traits  | 
            ||
| 21 | // =========================================================================  | 
            ||
| 22 | |||
| 23 | use RecommendationTrait;  | 
            ||
| 24 | |||
| 25 | // Public Methods  | 
            ||
| 26 | // =========================================================================  | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 | * @inheritdoc  | 
            ||
| 30 | */  | 
            ||
| 31 | public function init()  | 
            ||
| 36 | }  | 
            ||
| 37 | }  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * Display the passed in ms in seconds, to two decimal places  | 
            ||
| 41 | *  | 
            ||
| 42 | * @param int $number  | 
            ||
| 43 | *  | 
            ||
| 44 | * @return string  | 
            ||
| 45 | */  | 
            ||
| 46 | public function displayMs(int $number): string  | 
            ||
| 51 |