Give all of these files a newline at the end.

This commit is contained in:
James Cole
2018-07-22 20:32:02 +02:00
parent ca096852a5
commit b7752928a4
117 changed files with 158 additions and 114 deletions

View File

@@ -658,4 +658,4 @@ class RecurringRepository implements RecurringRepositoryInterface
return $return;
}
}
}

View File

@@ -186,4 +186,4 @@ interface RecurringRepositoryInterface
*/
public function update(Recurrence $recurrence, array $data): Recurrence;
}
}