Declare visibility for class properties in DatabasePostgres.php
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 27 Dec 2013 00:10:41 +0000 (01:10 +0100)
committerSiebrand <siebrand@wikimedia.org>
Fri, 27 Dec 2013 09:24:06 +0000 (09:24 +0000)
commit346bf949db52023a32aec51154cb0aa0a4798c38
tree270933a12960e26ebb567741d26bb73364d0a4ee
parent7379b142fc7b7e4ac985fcb781401b4eec1faf0e
Declare visibility for class properties in DatabasePostgres.php

* Add used by not declared class properties.
* Rename private $numeric_version to $numericVersion.
* Update some documentation.

Change-Id: I233001e732724146fcee04f0e358a9563c9e9fd4
includes/db/DatabasePostgres.php