mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Code cleanup before release.
This commit is contained in:
@@ -64,6 +64,7 @@ class PiggyBank extends Model
|
||||
* @param string $value
|
||||
*
|
||||
* @return PiggyBank
|
||||
* @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
|
||||
*/
|
||||
public static function routeBinder(string $value): PiggyBank
|
||||
{
|
||||
@@ -116,6 +117,7 @@ class PiggyBank extends Model
|
||||
* @param $value
|
||||
*
|
||||
* @return string
|
||||
* @throws \Illuminate\Contracts\Encryption\DecryptException
|
||||
*/
|
||||
public function getNameAttribute($value)
|
||||
{
|
||||
@@ -202,6 +204,8 @@ class PiggyBank extends Model
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param $value
|
||||
*
|
||||
* @throws \Illuminate\Contracts\Encryption\EncryptException
|
||||
*/
|
||||
public function setNameAttribute($value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user