### [Codacy](https://app.codacy.com/gh/robjuz/futtertrog/commit?cid=591304050) detected an issue: #### Message: `Avoid variables with short names like $m. Configured minimum length is 3.` #### Occurred on: + **Commit**: 8079b2d2aa4678153e03df938e68a7a3e7ad7b39 + **File**: [helpers/CJSON.php](https://github.com/robjuz/futtertrog/blob/8079b2d2aa4678153e03df938e68a7a3e7ad7b39/helpers/CJSON.php) + **LineNum**: [358](https://github.com/robjuz/futtertrog/blob/8079b2d2aa4678153e03df938e68a7a3e7ad7b39/helpers/CJSON.php#L358) + **Code**: `} elseif (preg_match('/^("|\').+(\1)$/s', $str, $m) && $m[1] == $m[2]) {` #### Currently on: + **Commit**: 227aa03d084214cf25cd673aa8f4b51850d1f203 + **File**: [helpers/CJSON.php](https://github.com/robjuz/futtertrog/blob/227aa03d084214cf25cd673aa8f4b51850d1f203/helpers/CJSON.php) + **LineNum**: [358](https://github.com/robjuz/futtertrog/blob/227aa03d084214cf25cd673aa8f4b51850d1f203/helpers/CJSON.php#L358)