Various code cleanup.

This commit is contained in:
James Cole
2018-03-11 16:24:07 +01:00
parent 5a7b1ba292
commit b12872e5de
40 changed files with 114 additions and 229 deletions

View File

@@ -67,6 +67,7 @@ final class Processor
* @param bool $includeActions
*
* @return Processor
* @throws \FireflyIII\Exceptions\FireflyException
*/
public static function make(Rule $rule, $includeActions = true)
{
@@ -229,6 +230,7 @@ final class Processor
* Run the actions
*
* @return bool
* @throws \FireflyIII\Exceptions\FireflyException
*/
private function actions()
{