Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -90,4 +90,4 @@ trait BasicDataSupport
return $result;
}
}
}

View File

@@ -216,4 +216,4 @@ trait CreateStuff
throw new FireflyException($e->getMessage());
}
}
}
}

View File

@@ -250,4 +250,4 @@ trait GetConfigurationData
request()->session()->flash('warning', trans('firefly.recurring_cron_long_ago'));
}
}
}
}

View File

@@ -62,4 +62,4 @@ trait ModelInformation
return $count > 2;
}
}
}

View File

@@ -456,4 +456,4 @@ trait PeriodOverview
return $return;
}
}
}

View File

@@ -326,4 +326,4 @@ trait RenderPartialViews
return $result;
}
}
}

View File

@@ -403,4 +403,4 @@ trait RequestInformation
);
}
}
}

View File

@@ -199,4 +199,4 @@ trait TransactionCalculation
return $collector->getTransactions();
}
}
}

View File

@@ -149,4 +149,4 @@ trait UserNavigation
Log::debug(sprintf('Will put previous URI in cache under key %s: %s', $identifier, $url));
}
}
}
}