mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -117,7 +117,7 @@ final class Processor
|
||||
*
|
||||
* @return \FireflyIII\Models\Rule
|
||||
*/
|
||||
public function getRule()
|
||||
public function getRule(): Rule
|
||||
{
|
||||
return $this->rule;
|
||||
}
|
||||
@@ -131,7 +131,7 @@ final class Processor
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function handleTransactionJournal(TransactionJournal $journal)
|
||||
public function handleTransactionJournal(TransactionJournal $journal): bool
|
||||
{
|
||||
$this->journal = $journal;
|
||||
// get all triggers:
|
||||
|
Reference in New Issue
Block a user