From 97c8881f1cc0bdc8fed7c894c51e30307a5a8326 Mon Sep 17 00:00:00 2001 From: Mantas Simkus <mantas.simkus@ongr.io> Date: Tue, 7 Apr 2015 10:23:59 +0300 Subject: [PATCH] fixed styling for comments --- SearchEndpoint/SearchEndpointFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SearchEndpoint/SearchEndpointFactory.php b/SearchEndpoint/SearchEndpointFactory.php index 1340ab6..f6937eb 100644 --- a/SearchEndpoint/SearchEndpointFactory.php +++ b/SearchEndpoint/SearchEndpointFactory.php @@ -37,7 +37,7 @@ class SearchEndpointFactory * @return SearchEndpointInterface * * @throws \RuntimeException Endpoint does not exist. - * @throws \DomainException Endpoint is not implementing SearchEndpointInterface + * @throws \DomainException Endpoint is not implementing SearchEndpointInterface. */ public static function get($type) { -- GitLab