From e5bd649b2cb38394299173c90577f54ef5738772 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Wed, 12 Mar 2014 13:52:24 +0700 Subject: [PATCH] Code formatting for PSR1 & PSR2 - Part 4 --- Classes/PHPWord/Footnote.php | 10 +++------- Classes/PHPWord/Reader/Abstract.php | 1 - Classes/PHPWord/Reader/IReader.php | 1 - Classes/PHPWord/Reader/Word2007.php | 1 - Classes/PHPWord/Section/Footnote.php | 21 ++++++++------------- 5 files changed, 11 insertions(+), 23 deletions(-) diff --git a/Classes/PHPWord/Footnote.php b/Classes/PHPWord/Footnote.php index ac39de3a..81b64049 100644 --- a/Classes/PHPWord/Footnote.php +++ b/Classes/PHPWord/Footnote.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2014 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ /** * PHPWord_Footnote - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2011 PHPWord */ class PHPWord_Footnote { diff --git a/Classes/PHPWord/Reader/Abstract.php b/Classes/PHPWord/Reader/Abstract.php index 0d273ea8..1e7acb51 100644 --- a/Classes/PHPWord/Reader/Abstract.php +++ b/Classes/PHPWord/Reader/Abstract.php @@ -25,7 +25,6 @@ * @version 0.7.0 */ - /** * PHPWord_Reader_Abstract */ diff --git a/Classes/PHPWord/Reader/IReader.php b/Classes/PHPWord/Reader/IReader.php index e2ecc4b3..f51eed77 100644 --- a/Classes/PHPWord/Reader/IReader.php +++ b/Classes/PHPWord/Reader/IReader.php @@ -25,7 +25,6 @@ * @version 0.7.0 */ - /** * PHPWord_Reader_IReader */ diff --git a/Classes/PHPWord/Reader/Word2007.php b/Classes/PHPWord/Reader/Word2007.php index c1886e42..48a13e59 100644 --- a/Classes/PHPWord/Reader/Word2007.php +++ b/Classes/PHPWord/Reader/Word2007.php @@ -25,7 +25,6 @@ * @version 0.7.0 */ - /** PHPWord root directory */ if (!defined('PHPWORD_BASE_PATH')) { define('PHPWORD_BASE_PATH', dirname(__FILE__) . '/../../'); diff --git a/Classes/PHPWord/Section/Footnote.php b/Classes/PHPWord/Section/Footnote.php index be9fb678..7b2159e4 100644 --- a/Classes/PHPWord/Section/Footnote.php +++ b/Classes/PHPWord/Section/Footnote.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2014 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -11,27 +11,22 @@ * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 010 PHPWord - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @category PHPWord + * @package PHPWord + * @copyright Copyright (c) 2014 PHPWord + * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @version 0.7.0 */ - /** * PHPWord_Section_Footnote - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord */ class PHPWord_Section_Footnote {