Some added newlines.

This commit is contained in:
James Cole
2015-07-19 09:38:44 +02:00
parent c0ea19e15e
commit fb722f06b9
7 changed files with 7 additions and 7 deletions

View File

@@ -29,4 +29,4 @@ class AttachmentRepository implements AttachmentRepositoryInterface
return $attachment;
}
}
}

View File

@@ -19,4 +19,4 @@ interface AttachmentRepositoryInterface
* @return Attachment
*/
public function update(Attachment $attachment, array $attachmentData);
}
}