浏览代码

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);
 
     /**