Skip to content

Commit e5bd649

Browse files
committed
Code formatting for PSR1 & PSR2 - Part 4
1 parent 8f54fa4 commit e5bd649

File tree

5 files changed

+11
-23
lines changed

5 files changed

+11
-23
lines changed

Classes/PHPWord/Footnote.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2011 PHPWord
5+
* Copyright (c) 2014 PHPWord
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public
@@ -20,18 +20,14 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 010 PHPWord
23+
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version Beta 0.6.3, 08.07.2011
25+
* @version 0.7.0
2626
*/
2727

2828

2929
/**
3030
* PHPWord_Footnote
31-
*
32-
* @category PHPWord
33-
* @package PHPWord
34-
* @copyright Copyright (c) 2011 PHPWord
3531
*/
3632
class PHPWord_Footnote
3733
{

Classes/PHPWord/Reader/Abstract.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* @version 0.7.0
2626
*/
2727

28-
2928
/**
3029
* PHPWord_Reader_Abstract
3130
*/

Classes/PHPWord/Reader/IReader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* @version 0.7.0
2626
*/
2727

28-
2928
/**
3029
* PHPWord_Reader_IReader
3130
*/

Classes/PHPWord/Reader/Word2007.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* @version 0.7.0
2626
*/
2727

28-
2928
/** PHPWord root directory */
3029
if (!defined('PHPWORD_BASE_PATH')) {
3130
define('PHPWORD_BASE_PATH', dirname(__FILE__) . '/../../');

Classes/PHPWord/Section/Footnote.php

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2011 PHPWord
5+
* Copyright (c) 2014 PHPWord
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public
@@ -11,27 +11,22 @@
1111
*
1212
* This library is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
* Lesser General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Lesser General Public
1818
* License along with this library; if not, write to the Free Software
19-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
*
21-
* @category PHPWord
22-
* @package PHPWord
23-
* @copyright Copyright (c) 010 PHPWord
24-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version Beta 0.6.3, 08.07.2011
21+
* @category PHPWord
22+
* @package PHPWord
23+
* @copyright Copyright (c) 2014 PHPWord
24+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25+
* @version 0.7.0
2626
*/
2727

28-
2928
/**
3029
* PHPWord_Section_Footnote
31-
*
32-
* @category PHPWord
33-
* @package PHPWord_Section
34-
* @copyright Copyright (c) 2011 PHPWord
3530
*/
3631
class PHPWord_Section_Footnote
3732
{

0 commit comments

Comments
 (0)