Sfoglia il codice sorgente

added @throws annotation

Oskar Stark 8 anni fa
parent
commit
79dedbbab9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Admin/AdminHelper.php

+ 2 - 0
Admin/AdminHelper.php

@@ -103,6 +103,8 @@ class AdminHelper
      * @param string         $elementId
      *
      * @return array
+     *
+     * @throws \Exception
      */
     public function appendFormFieldElement(AdminInterface $admin, $subject, $elementId)
     {