mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #2643 from GeoffreyFrogeye/typo2640
Fixed definition of Request->nullableNlString
This commit is contained in:
commit
765d8f95b4
@ -244,7 +244,7 @@ class Request extends FormRequest
|
|||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function nullableNlString(string $field): string
|
public function nullableNlString(string $field): ?string
|
||||||
{
|
{
|
||||||
if (!$this->has($field)) {
|
if (!$this->has($field)) {
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user