mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Code cleanup.
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * TriggerRecurrenceRequest.php
 | 
			
		||||
 * Copyright (c) 2023 james@firefly-iii.org
 | 
			
		||||
@@ -39,8 +38,6 @@ class TriggerRecurrenceRequest extends FormRequest
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Returns the data required by the controller.
 | 
			
		||||
     *
 | 
			
		||||
     * @return array
 | 
			
		||||
     */
 | 
			
		||||
    public function getAll(): array
 | 
			
		||||
    {
 | 
			
		||||
@@ -51,8 +48,6 @@ class TriggerRecurrenceRequest extends FormRequest
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Rules for this request.
 | 
			
		||||
     *
 | 
			
		||||
     * @return array
 | 
			
		||||
     */
 | 
			
		||||
    public function rules(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user