More changes

This commit is contained in:
Simon Sessingø
2016-11-19 05:06:47 +01:00
parent 8f33cc1a39
commit 4e12cb8bc3
5 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class InputCollection implements \IteratorAggregate
*
* @param string $index
* @param string|null $default
* @return InputItem
* @return InputItem|mixed
*/
public function findFirst($index, $default = null)
{