Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -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';
}
}

View File

@@ -131,4 +131,4 @@ class FinTSJobConfiguration implements JobConfigurationInterface
}
}
}

View File

@@ -138,4 +138,4 @@ class YnabJobConfiguration implements JobConfigurationInterface
return $handler;
}
}
}

View File

@@ -143,4 +143,4 @@ class YnabPrerequisites implements PrerequisitesInterface
return true;
}
}
}

View File

@@ -85,4 +85,4 @@ class FinTSRoutine implements RoutineInterface
$this->repository->setUser($importJob->user);
}
}
}

View File

@@ -140,4 +140,4 @@ class YnabRoutine implements RoutineInterface
$this->repository = app(ImportJobRepositoryInterface::class);
$this->repository->setUser($importJob->user);
}
}
}