Skip to content

Commit 8e7d750

Browse files
michaeldyryndaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0a00440 commit 8e7d750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/MakeUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private function additionalFields()
116116
private function normaliseValue($value)
117117
{
118118
if ($value == 'null') {
119-
return null;
119+
return;
120120
}
121121

122122
if (in_array($value, [1, 'true', true], true)) {

0 commit comments

Comments
 (0)