Optimisations

- Added phpunit cache to .gitignore
- Updated README with latest helper.php example.
- Minor phpDocs changes.
This commit is contained in:
Simon Sessingø
2021-03-24 23:18:17 +01:00
parent d9c63699f5
commit 0ec7c0d960
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ class InputHandler
* Get input element value matching index
*
* @param string $index
* @param string|object|null $defaultValue
* @param string|mixed|null $defaultValue
* @param array ...$methods
* @return string|array
*/