Code cleanup courtesy of Scrutiniser CI.

This commit is contained in:
James Cole
2016-02-17 21:55:00 +01:00
parent ff342f6789
commit a178fed0c6
24 changed files with 53 additions and 105 deletions

View File

@@ -89,7 +89,6 @@ class JournalFormRequest extends Request
break;
default:
throw new FireflyException('Cannot handle transaction type of type ' . e($what) . '.');
break;
}
return $rules;