소스 검색

Apply fixes from StyleCI (#4420)

Sullivan SENECHAL 8 년 전
부모
커밋
361fe41778
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      Admin/AdminInterface.php

+ 0 - 12
Admin/AdminInterface.php

@@ -811,24 +811,12 @@ interface AdminInterface
      */
     public function setFormGroups(array $formGroups);
 
-    /**
-     * {@inheritdoc}
-     */
     public function getFormTabs();
 
-    /**
-     * {@inheritdoc}
-     */
     public function setFormTabs(array $formTabs);
 
-    /**
-     * {@inheritdoc}
-     */
     public function getShowTabs();
 
-    /**
-     * {@inheritdoc}
-     */
     public function setShowTabs(array $showTabs);
 
     /**