From 04c39ebe30013437002ecd10495a76bc98b19d1e Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 10 Apr 2015 17:36:11 +0530 Subject: [PATCH] Identify types Signed-off-by: Madhura Jayaratne --- .../plugins/schema/pdf/Pdf_Relation_Schema.class.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php b/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php index eb96fa76ae..d66eaeb936 100644 --- a/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php +++ b/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php @@ -429,6 +429,9 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema private $_showGrid; private $_withDoc; private $_tableOrder; + /** + * @var Table_Stats_Pdf[] + */ private $_tables = array(); private $_ff = PMA_PDF_FONT; private $_xMax = 0; @@ -441,6 +444,9 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema private $_leftMargin = 10; private $_rightMargin = 10; private $_tablewidth; + /** + * @var Relation_Stats_Pdf[] + */ protected $relations = array(); /** @@ -691,7 +697,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema /** * Sets X and Y minimum and maximum for a table cell * - * @param object $table The table name of which sets XY co-ordinates + * @param Table_Stats_Pdf $table The table name of which sets XY co-ordinates * * @return void *