Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda authored and StyleCIBot committed Jun 12, 2017
1 parent 0a00440 commit 8e7d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private function additionalFields()
private function normaliseValue($value)
{
if ($value == 'null') {
return null;
return;
}

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

0 comments on commit 8e7d750

Please sign in to comment.