mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Small phpcs fixes.
This commit is contained in:
@@ -55,7 +55,7 @@ return $config->setRules([
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
'statement_indentation' => true,
|
'statement_indentation' => true,
|
||||||
'type_declaration_spaces' => false,
|
'type_declaration_spaces' => true,
|
||||||
'cast_spaces' => false,
|
'cast_spaces' => false,
|
||||||
'binary_operator_spaces' => false,
|
'binary_operator_spaces' => false,
|
||||||
'void_return' => true,
|
'void_return' => true,
|
||||||
|
@@ -70,7 +70,7 @@ class AccountController extends Controller
|
|||||||
* https://api-docs.firefly-iii.org/?urls.primaryName=2.0.0%20(v1)#/charts/getChartAccountOverview
|
* https://api-docs.firefly-iii.org/?urls.primaryName=2.0.0%20(v1)#/charts/getChartAccountOverview
|
||||||
*
|
*
|
||||||
* @throws FireflyException
|
* @throws FireflyException
|
||||||
* * @throws ContainerExceptionInterface
|
* @throws ContainerExceptionInterface
|
||||||
* @throws NotFoundExceptionInterface
|
* @throws NotFoundExceptionInterface
|
||||||
*/
|
*/
|
||||||
public function overview(DateRequest $request): JsonResponse
|
public function overview(DateRequest $request): JsonResponse
|
||||||
|
Reference in New Issue
Block a user