Browse Source

Apply fixes from StyleCI (#4420)

Sullivan SENECHAL 8 years ago
parent
commit
361fe41778
1 changed files with 0 additions and 12 deletions
  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);
 
     /**