diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-11 12:32:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-11 12:32:20 -0400 |
commit | cf6d4d1c0a04b5816865818b9b6ab121071b870f (patch) | |
tree | 2b98a83059a61d11d6ac46bb282b1406ae88b827 /app/Helper | |
parent | 48a2cfc741101c76ba0e8d18f8cb631b9db93379 (diff) |
Fix some phpdoc
Diffstat (limited to 'app/Helper')
-rw-r--r-- | app/Helper/Hook.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Helper/Hook.php b/app/Helper/Hook.php index bf879878..dc76e5e7 100644 --- a/app/Helper/Hook.php +++ b/app/Helper/Hook.php @@ -16,7 +16,6 @@ class Hook extends \Core\Base * @access public * @param string $type * @param string $hook - * @param array $variables * @return string */ public function asset($type, $hook) |