Add newline to files

This commit is contained in:
James Cole
2019-08-17 12:09:03 +02:00
parent b53cbbe469
commit fc78c32fca
153 changed files with 243 additions and 125 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* WholePeriodChartGenerator.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -163,4 +164,4 @@ class WholePeriodChartGenerator
return $return;
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* AccountForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -323,4 +324,4 @@ class AccountForm
return $this->select($name, $grouped, $value, $options);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* CurrencyForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -224,4 +225,4 @@ class CurrencyForm
return $this->currencyField($name, 'amount', $value, $options);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* FormSupport.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -169,4 +170,4 @@ trait FormSupport
return (string)trans('form.' . $name);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* PiggyBankForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -60,4 +61,4 @@ class PiggyBankForm
return $this->select($name, $array, $value, $options);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* RuleForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -85,4 +86,4 @@ class RuleForm
return Form::select($name, $array, $value, $options);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* ApiSupport.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -64,4 +65,4 @@ trait ApiSupport
return $return;
}
}
}

View File

@@ -59,4 +59,4 @@ class NullArrayObject extends ArrayObject
return null;
}
}
}

View File

@@ -330,4 +330,4 @@ class TransactionGroupTwig extends Twig_Extension
return null !== $first->foreign_amount;
}
}
}