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

@@ -255,4 +255,4 @@ class NewYnabJobHandler implements YnabJobConfigurationInterface
return true;
}
}
}

View File

@@ -234,4 +234,4 @@ class SelectAccountsHandler implements YnabJobConfigurationInterface
return '';
}
}
}

View File

@@ -182,4 +182,4 @@ class SelectBudgetHandler implements YnabJobConfigurationInterface
return false;
}
}
}

View File

@@ -69,4 +69,4 @@ interface YnabJobConfigurationInterface
* @param ImportJob $importJob
*/
public function setImportJob(ImportJob $importJob): void;
}
}