mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Add newlines and strict types
This commit is contained in:
@@ -69,4 +69,4 @@ class AccountDestroyService
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,4 +44,4 @@ class BillDestroyService
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,4 +62,4 @@ class JournalDestroyService
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -394,4 +394,4 @@ trait AccountServiceTrait
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,4 +61,4 @@ trait BillServiceTrait
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,4 +130,4 @@ trait JournalServiceTrait
|
||||
return;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -267,4 +267,4 @@ trait TransactionServiceTrait
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,4 +79,4 @@ class AccountUpdateService
|
||||
|
||||
return $account;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,4 +66,4 @@ class BillUpdateService
|
||||
return $bill;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -166,4 +166,4 @@ class JournalUpdateService
|
||||
return $journal;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,4 +159,4 @@ class TransactionUpdateService
|
||||
|
||||
return $transaction;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user