前端页面宽度pits_downloadcenter扩展返回错误



我尝试使用pits_downloadcenter扩展名与typo3 9.5.7使用,并在我尝试查看前端的页面时获取以下错误:

doctrine common andotation entotation exception [语义错误] 方法中的注释" @Void" PITS PITSDOWNLOADCENTER CONTRARTER doctionController :: vercedownLoadAction(( 从来没有进口。您是否忘记了为 此注释?

我添加了一个拉动请求,可以在此处找到:https://github.com/hojaonline/pits_downloadcenter/pull/pull/23/files

更改相当简单

--- a/Classes/Controller/DownloadController.php
+++ b/Classes/Controller/DownloadController.php
@@ -185,7 +185,7 @@ public function showAction()
      * force download file
      * by decrypting the file uid
      *
-     * @void 
+     * @return void 
      */
     public function forceDownloadAction()
     {

相关内容

  • 没有找到相关文章

最新更新