Skip to content

Commit

Permalink
StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrogan91 committed Oct 2, 2015
1 parent e19a23f commit 00c85aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ function be($value)

$value = htmlentities($value, ENT_QUOTES, 'UTF-8', false);
$value = str_replace('@', '@', $value);

return $value;
}
}
Expand Down

0 comments on commit 00c85aa

Please sign in to comment.