| Total Complexity | 3 | 
| Total Lines | 17 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 7 | class ContextHelper | ||
| 8 | { | ||
| 9 | 24 | public static function missingKeys(array $expected_keys, array $context) | |
| 13 | } | ||
| 14 | |||
| 15 | 21 | public static function forbiddenKeys(array $forbidden_keys, array $current_keys) | |
| 19 | } | ||
| 20 | |||
| 21 | 18 | public static function removeReservedKeys(array $reserved_keys, array $context) | |
| 26 |