Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2017-09-04 09:52:33 +00:00
committed by StyleCI Bot
parent 837c99db39
commit 7a78368037
39 changed files with 1023 additions and 1498 deletions

View File

@@ -29,6 +29,7 @@ class TicketRequest extends Request
public function rules()
{
$error = '';
try {
$size = $this->size();
if ($size > 800 || $size == 0) {