|
@@ -98,7 +98,6 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return array
|
|
@@ -107,7 +106,6 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return array|mixed
|
|
@@ -116,7 +114,6 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return array
|
|
@@ -125,7 +122,7 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return array
|
|
|
*/
|