chore: reformat code.

This commit is contained in:
James Cole
2023-06-21 12:34:58 +02:00
parent 8d87abde64
commit 3dcb35710b
799 changed files with 23319 additions and 22173 deletions

View File

@@ -35,8 +35,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class AccountList implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return Collection
* @throws NotFoundHttpException

View File

@@ -31,8 +31,8 @@ use Illuminate\Routing\Route;
interface BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return mixed
*/

View File

@@ -34,8 +34,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class BudgetList implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return Collection
* @throws NotFoundHttpException

View File

@@ -35,8 +35,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class CLIToken implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return mixed
* @throws FireflyException

View File

@@ -34,8 +34,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class CategoryList implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return Collection
* @throws NotFoundHttpException

View File

@@ -33,8 +33,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class CurrencyCode implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return TransactionCurrency
* @throws NotFoundHttpException

View File

@@ -36,8 +36,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class Date implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return Carbon
* @throws NotFoundHttpException

View File

@@ -40,8 +40,8 @@ class DynamicConfigKey
];
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return string
* @throws NotFoundHttpException

View File

@@ -57,8 +57,8 @@ class EitherConfigKey
];
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return string
* @throws NotFoundHttpException

View File

@@ -34,8 +34,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class JournalList implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return array
*
@@ -63,7 +63,7 @@ class JournalList implements BinderInterface
}
/**
* @param string $value
* @param string $value
*
* @return array
*/

View File

@@ -36,8 +36,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class TagList implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return Collection
* @throws NotFoundHttpException

View File

@@ -35,8 +35,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class TagOrId implements BinderInterface
{
/**
* @param string $value
* @param Route $route
* @param string $value
* @param Route $route
*
* @return Tag
*/