mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Add newline to files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user