Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop

This commit is contained in:
James Cole 2019-09-23 16:33:14 +02:00
commit 7735402f54

View File

@ -244,7 +244,7 @@ class Request extends FormRequest
*
* @return string
*/
public function nullableNlString(string $field): string
public function nullableNlString(string $field): ?string
{
if (!$this->has($field)) {
return null;