mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Add newline to files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ class NullArrayObject extends ArrayObject
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -330,4 +330,4 @@ class TransactionGroupTwig extends Twig_Extension
|
||||
|
||||
return null !== $first->foreign_amount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user