Various code cleanup.

This commit is contained in:
James Cole
2025-10-05 12:57:58 +02:00
parent 072212c112
commit 6341743cf9
169 changed files with 482 additions and 305 deletions

View File

@@ -72,7 +72,6 @@ class ListController extends Controller
*
* Display a listing of the resource.
*
* @throws FireflyException
*/
public function attachments(Bill $bill): JsonResponse
{
@@ -103,7 +102,6 @@ class ListController extends Controller
*
* List all of them.
*
* @throws FireflyException
*/
public function rules(Bill $bill): JsonResponse
{
@@ -136,7 +134,6 @@ class ListController extends Controller
*
* Show all transactions.
*
* @throws FireflyException
*/
public function transactions(Request $request, Bill $bill): JsonResponse
{

View File

@@ -66,7 +66,6 @@ class ShowController extends Controller
*
* Display a listing of the resource.
*
* @throws FireflyException
*/
public function index(): JsonResponse
{