Code formatting for PSR1 & PSR2 - Part 4
This commit is contained in:
parent
8f54fa4cc2
commit
e5bd649b2c
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* PHPWord
|
* PHPWord
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011 PHPWord
|
* Copyright (c) 2014 PHPWord
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
@ -20,18 +20,14 @@
|
||||||
*
|
*
|
||||||
* @category PHPWord
|
* @category PHPWord
|
||||||
* @package 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
|
* @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
|
* PHPWord_Footnote
|
||||||
*
|
|
||||||
* @category PHPWord
|
|
||||||
* @package PHPWord
|
|
||||||
* @copyright Copyright (c) 2011 PHPWord
|
|
||||||
*/
|
*/
|
||||||
class PHPWord_Footnote
|
class PHPWord_Footnote
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
* @version 0.7.0
|
* @version 0.7.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PHPWord_Reader_Abstract
|
* PHPWord_Reader_Abstract
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
* @version 0.7.0
|
* @version 0.7.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PHPWord_Reader_IReader
|
* PHPWord_Reader_IReader
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
* @version 0.7.0
|
* @version 0.7.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/** PHPWord root directory */
|
/** PHPWord root directory */
|
||||||
if (!defined('PHPWORD_BASE_PATH')) {
|
if (!defined('PHPWORD_BASE_PATH')) {
|
||||||
define('PHPWORD_BASE_PATH', dirname(__FILE__) . '/../../');
|
define('PHPWORD_BASE_PATH', dirname(__FILE__) . '/../../');
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* PHPWord
|
* PHPWord
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011 PHPWord
|
* Copyright (c) 2014 PHPWord
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
@ -20,18 +20,13 @@
|
||||||
*
|
*
|
||||||
* @category PHPWord
|
* @category PHPWord
|
||||||
* @package 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
|
* @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_Section_Footnote
|
* PHPWord_Section_Footnote
|
||||||
*
|
|
||||||
* @category PHPWord
|
|
||||||
* @package PHPWord_Section
|
|
||||||
* @copyright Copyright (c) 2011 PHPWord
|
|
||||||
*/
|
*/
|
||||||
class PHPWord_Section_Footnote
|
class PHPWord_Section_Footnote
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue