1.4.5
- Cast numeric values to strings
- If the form uses numeric values, PHP will automatically cast them to integers because we set them as array keys. If we don't cast it back to a string we will compare an integer to a string and it will always fail