Completed
Push — master ( 9cc4a0...6da605 )
by Jeroen
06:03 queued 12s
created
src/Kunstmaan/TranslatorBundle/Controller/TranslatorController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
      *
235 235
      * @Route("/export.{_format}", requirements={"_format" = "csv|ods|xlsx"}, name="KunstmaanTranslatorBundle_settings_translations_export", methods={"GET", "POST"})
236 236
      *
237
-     * @return array
237
+     * @return Response
238 238
      */
239 239
     public function exportAction(Request $request, $_format)
240 240
     {
Please login to merge, or discard this patch.
Kunstmaan/TranslatorBundle/AdminList/TranslationAdminListConfigurator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
         return $this->exportFields;
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $header
94
+     */
92 95
     public function addExportField($name, $header, $template = null, FieldAlias $alias = null)
93 96
     {
94 97
         $this->exportFields[] = new Field($name, $header);
Please login to merge, or discard this patch.