rkljw il y a 4 mois
Parent
commit
91b9dbd5d3
2 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 1 4
      app/JsonRpc/NewsService.php
  2. 0 4
      app/JsonRpc/NewsServiceInterface.php

+ 1 - 4
app/JsonRpc/NewsService.php

@@ -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
      */

+ 0 - 4
app/JsonRpc/NewsServiceInterface.php

@@ -42,17 +42,14 @@ interface NewsServiceInterface
      * @param array $data
      */
     public function delArticle(array $data);
-
     /**
      * @param array $data
      */
     public function updateArticle(array $data);
-
     /**
      * @param array $data
      */
     public function getArticleInfo(array $data);
-
     /**
      * @param array $data
      * @return mixed
@@ -63,7 +60,6 @@ interface NewsServiceInterface
      *
      */
     public function getWebsiteArticlett(array $data);
-
     /**
      * @param array $data
      */