Add newlines to files [skip ci]

This commit is contained in:
James Cole
2017-08-31 06:47:18 +02:00
parent 569f736831
commit 8dec769d64
45 changed files with 46 additions and 44 deletions

View File

@@ -178,4 +178,4 @@ class LinkTypeRepository implements LinkTypeRepositoryInterface
return $linkType;
}
}
}

View File

@@ -99,4 +99,4 @@ interface LinkTypeRepositoryInterface
*/
public function update(LinkType $linkType, array $data): LinkType;
}
}