| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 3 | Features | 0 |
| 1 | <?php |
||
| 10 | class TemplateSkeletons |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Gets the template Skeletons from the configuration file. |
||
| 14 | * |
||
| 15 | * @return \Illuminate\Support\Collection |
||
| 16 | */ |
||
| 17 | public static function skeletons() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param mixed $type |
||
| 24 | * @param mixed $name |
||
| 25 | * @param mixed $skeleton |
||
| 26 | * @return array|void |
||
| 27 | */ |
||
| 28 | public static function get($type, $name, $skeleton) |
||
| 47 |