From 6c67d8a9fdcbb03dabb96ce18489c1f8370cdcfd Mon Sep 17 00:00:00 2001 From: zero-24 Date: Mon, 13 Feb 2017 20:34:47 +0100 Subject: [PATCH] make travis happy ``` FILE: ...mla-extensions/weblinks/src/administrator/manifests/packages/script.php -------------------------------------------------------------------------------- FOUND 1 ERROR(S) AFFECTING 1 LINE(S) -------------------------------------------------------------------------------- 22 ERROR Constructor and destructor comments must not have a @return tag -------------------------------------------------------------------------------- UPGRADE TO PHP_CODESNIFFER 2.0 TO FIX ERRORS AUTOMATICALLY ``` --- src/administrator/manifests/packages/script.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/administrator/manifests/packages/script.php b/src/administrator/manifests/packages/script.php index cfb312b..e9a8179 100644 --- a/src/administrator/manifests/packages/script.php +++ b/src/administrator/manifests/packages/script.php @@ -19,8 +19,6 @@ class Pkg_WeblinksInstallerScript extends JInstallerScript /** * Extension script constructor. * - * @return void - * * @since __DEPLOY_VERSION__ */ public function __construct()