From 6a558ed9fd81c476831ebb41a77c9f9377ba8b0d Mon Sep 17 00:00:00 2001 From: kbsanders Date: Thu, 16 Jul 2015 14:17:36 -0400 Subject: [PATCH] Update Borders.php Incorrect return type on getOutline() and getInside() docblocks. --- Classes/PHPExcel/Style/Borders.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/PHPExcel/Style/Borders.php b/Classes/PHPExcel/Style/Borders.php index 27c40a48e..38972b788 100644 --- a/Classes/PHPExcel/Style/Borders.php +++ b/Classes/PHPExcel/Style/Borders.php @@ -320,7 +320,7 @@ public function getAllBorders() /** * Get Outline (pseudo-border). Only applies to supervisor. * - * @return boolean + * @return PHPExcel_Style_Border * @throws PHPExcel_Exception */ public function getOutline() @@ -334,7 +334,7 @@ public function getOutline() /** * Get Inside (pseudo-border). Only applies to supervisor. * - * @return boolean + * @return PHPExcel_Style_Border * @throws PHPExcel_Exception */ public function getInside()