mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -258,7 +258,7 @@ trait JournalServiceTrait
|
||||
|
||||
/** @var string $type */
|
||||
foreach ($types as $type) {
|
||||
if (true === in_array($type, $list, true)) {
|
||||
if (in_array($type, $list, true)) {
|
||||
$result = $type;
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user