| 1 | <?php |
||
| 10 | class ZipFilter extends AbstractTwigExtension implements TwigFilterInterface |
||
| 11 | { |
||
| 12 | 10 | public function __invoke(array $array1, array $array2, $glue = '', $strict = false) |
|
| 56 | |||
| 57 | public static function get() |
||
| 61 | |||
| 62 | 10 | private static function safe_get(array &$array, $key, $default = '') |
|
| 66 | } |
||
| 67 |
This check looks for method names that are not written in camelCase.
In camelCase names are written without any punctuation, the start of each new word being marked by a capital letter. Thus the name database connection seeker becomes
databaseConnectionSeeker.