mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add newlines and copyright notices.
This commit is contained in:
@@ -32,4 +32,4 @@ abstract class FinTSConfigurationSteps
|
||||
public const NEW = 'new';
|
||||
public const CHOOSE_ACCOUNT = 'choose_account';
|
||||
public const GO_FOR_IMPORT = 'go-for-import';
|
||||
}
|
||||
}
|
||||
|
@@ -131,4 +131,4 @@ class FinTSJobConfiguration implements JobConfigurationInterface
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -138,4 +138,4 @@ class YnabJobConfiguration implements JobConfigurationInterface
|
||||
|
||||
return $handler;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -143,4 +143,4 @@ class YnabPrerequisites implements PrerequisitesInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -85,4 +85,4 @@ class FinTSRoutine implements RoutineInterface
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -140,4 +140,4 @@ class YnabRoutine implements RoutineInterface
|
||||
$this->repository = app(ImportJobRepositoryInterface::class);
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user