From 75783421f11bf7533f9e013173f6799d87f65a07 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 11 Aug 2011 17:06:42 +0200 Subject: [PATCH] Comment --- plugins/dump-zip.php | 2 +- plugins/edit-calendar.php | 2 +- plugins/email-table.php | 2 +- plugins/file-upload.php | 2 +- plugins/frames.php | 2 +- plugins/login-servers.php | 7 ++----- plugins/login-table.php | 2 +- plugins/plugin.php | 2 +- plugins/slugify.php | 2 +- plugins/sql-log.php | 2 +- plugins/tinymce.php | 2 +- plugins/wymeditor.php | 7 ++----- 12 files changed, 14 insertions(+), 20 deletions(-) diff --git a/plugins/dump-zip.php b/plugins/dump-zip.php index d6d9f81d..0d2bf642 100644 --- a/plugins/dump-zip.php +++ b/plugins/dump-zip.php @@ -7,7 +7,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpZip { - /** @var string @access protected */ + /** @access protected */ var $filename; function dumpOutput() { diff --git a/plugins/edit-calendar.php b/plugins/edit-calendar.php index 68d30212..7b7430e9 100644 --- a/plugins/edit-calendar.php +++ b/plugins/edit-calendar.php @@ -8,7 +8,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerEditCalendar { - /** @var string @access protected */ + /** @access protected */ var $prepend, $langPath; /** diff --git a/plugins/email-table.php b/plugins/email-table.php index bc8867a3..e09c91c8 100644 --- a/plugins/email-table.php +++ b/plugins/email-table.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerEmailTable { - /** @var string @access protected */ + /** @access protected */ var $table, $id, $title, $subject, $message; /** diff --git a/plugins/file-upload.php b/plugins/file-upload.php index 8429a056..831a343a 100644 --- a/plugins/file-upload.php +++ b/plugins/file-upload.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerFileUpload { - /** @var string @access protected */ + /** @access protected */ var $uploadPath, $displayPath; /** diff --git a/plugins/frames.php b/plugins/frames.php index 8738d64f..c13841a4 100644 --- a/plugins/frames.php +++ b/plugins/frames.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerFrames { - /** @var bool @access protected */ + /** @access protected */ var $sameOrigin; /** diff --git a/plugins/login-servers.php b/plugins/login-servers.php index 4a06b02c..872836cd 100644 --- a/plugins/login-servers.php +++ b/plugins/login-servers.php @@ -6,11 +6,8 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerLoginServers { - /** @var array @access protected */ - var $servers; - - /** @var string @access protected */ - var $driver; + /** @access protected */ + var $servers, $driver; /** Set supported servers * @param array array($domain) or array($domain => $description) or array($category => array()) diff --git a/plugins/login-table.php b/plugins/login-table.php index 86439199..6215e5e0 100644 --- a/plugins/login-table.php +++ b/plugins/login-table.php @@ -15,7 +15,7 @@ CREATE TABLE login ( * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerLoginTable { - /** @var string @access protected */ + /** @access protected */ var $database; /** Set database of login table diff --git a/plugins/plugin.php b/plugins/plugin.php index ea6f6a6f..1e3d3188 100644 --- a/plugins/plugin.php +++ b/plugins/plugin.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerPlugin extends Adminer { - /** @var array @access protected */ + /** @access protected */ var $plugins; function _findRootClass($class) { // is_subclass_of(string, string) is available since PHP 5.0.3 diff --git a/plugins/slugify.php b/plugins/slugify.php index 6760317e..32946864 100644 --- a/plugins/slugify.php +++ b/plugins/slugify.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerSlugify { - /** @var string @access protected */ + /** @access protected */ var $from, $to; /** diff --git a/plugins/sql-log.php b/plugins/sql-log.php index cf0005ae..af2fe61c 100644 --- a/plugins/sql-log.php +++ b/plugins/sql-log.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerSqlLog { - /** @var string @access protected */ + /** @access protected */ var $filename; /** diff --git a/plugins/tinymce.php b/plugins/tinymce.php index 30553545..1a17a997 100644 --- a/plugins/tinymce.php +++ b/plugins/tinymce.php @@ -7,7 +7,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerTinymce { - /** @var string @access protected */ + /** @access protected */ var $path; /** diff --git a/plugins/wymeditor.php b/plugins/wymeditor.php index cb726230..06dc02d2 100644 --- a/plugins/wymeditor.php +++ b/plugins/wymeditor.php @@ -7,11 +7,8 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerWymeditor { - /** @var array @access protected */ - var $scripts; - - /** @var string @access protected */ - var $options; + /** @access protected */ + var $scripts, $options; /** * @param array