diff options
author | Chad Horohoe <demon@users.mediawiki.org> | 2011-04-21 00:07:09 +0000 |
---|---|---|
committer | Chad Horohoe <demon@users.mediawiki.org> | 2011-04-21 00:07:09 +0000 |
commit | 783d4e086228c4699efca02b29914aa72013ebf8 (patch) | |
tree | 519a5ea49651688134e3aa2f72e817c0d962361a /includes/db/DatabasePostgres.php | |
parent | 61347cecbe8cbe44803017d8c9aaae793c9bd43f (diff) | |
download | mediawikicore-783d4e086228c4699efca02b29914aa72013ebf8.tar.gz mediawikicore-783d4e086228c4699efca02b29914aa72013ebf8.zip |
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86582
Diffstat (limited to 'includes/db/DatabasePostgres.php')
-rw-r--r-- | includes/db/DatabasePostgres.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index a14bcc095c36..521e8c00a8ca 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -10,7 +10,6 @@ class PostgresField implements Field { private $name, $tablename, $type, $nullable, $max_length, $deferred, $deferrable, $conname; /** - * @static * @param $db DatabaseBase * @param $table * @param $field |