Skip to content

Commit d09f095

Browse files
author
Gabriel Bull
committed
Fixed some merge issues
1 parent 39e4dd2 commit d09f095

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3852
-3701
lines changed

Classes/PHPWord.php

100644100755
Lines changed: 197 additions & 184 deletions
Large diffs are not rendered by default.

Classes/PHPWord/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord)
23+
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
2525
* @version 0.7.0
2626
*/

Classes/PHPWord/DocumentProperties.php

100644100755
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord)
23+
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
2525
* @version 0.7.0
2626
*/
2727

28-
2928
/**
30-
* PHPWord_DocumentProperties
29+
* Class PHPWord_DocumentProperties
3130
*/
3231
class PHPWord_DocumentProperties
3332
{

Classes/PHPWord/Exception.php

100644100755
Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,30 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord)
23+
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version ##VERSION##, ##DATE##
25+
* @version 0.7.0
2626
*/
2727

28-
2928
/**
30-
* PHPWord_Exception
31-
*
32-
* @category PHPWord
33-
* @package PHPWord
34-
* @copyright Copyright (c) 2006 - 2013 PHPWord (http://www.codeplex.com/PHPWord)
29+
* Class PHPWord_Exception
3530
*/
36-
class PHPWord_Exception extends Exception {
37-
/**
38-
* Error handler callback
39-
*
40-
* @param mixed $code
41-
* @param mixed $string
42-
* @param mixed $file
43-
* @param mixed $line
44-
* @param mixed $context
45-
*/
46-
public static function errorHandlerCallback($code, $string, $file, $line, $context) {
47-
$e = new self($string, $code);
48-
$e->line = $line;
49-
$e->file = $file;
50-
throw $e;
51-
}
31+
class PHPWord_Exception extends Exception
32+
{
33+
/**
34+
* Error handler callback
35+
*
36+
* @param mixed $code
37+
* @param mixed $string
38+
* @param mixed $file
39+
* @param mixed $line
40+
* @param mixed $context
41+
*/
42+
public static function errorHandlerCallback($code, $string, $file, $line, $context)
43+
{
44+
$e = new self($string, $code);
45+
$e->line = $line;
46+
$e->file = $file;
47+
throw $e;
48+
}
5249
}

Classes/PHPWord/HashTable.php

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord)
23+
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
2525
* @version 0.7.0
2626
*/
2727

28-
2928
/**
3029
* PHPWord_HashTable
3130
*/

Classes/PHPWord/IOFactory.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord)
23+
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
2525
* @version 0.7.0
2626
*/

Classes/PHPWord/Media.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category PHPWord
2222
* @package PHPWord
23-
* @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord)
23+
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
2525
* @version 0.7.0
2626
*/

0 commit comments

Comments
 (0)