Skip to content

Commit e6a26dd

Browse files
committed
Simplify all classes docblock
1 parent f6ca403 commit e6a26dd

File tree

130 files changed

+877
-1421
lines changed

Some content is hidden

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

130 files changed

+877
-1421
lines changed

src/PhpWord/Autoloader.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord;

src/PhpWord/DocumentProperties.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord;

src/PhpWord/Exceptions/Exception.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Exceptions;

src/PhpWord/Exceptions/InvalidImageException.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Exceptions;

src/PhpWord/Exceptions/InvalidObjectException.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Exceptions;

src/PhpWord/Exceptions/InvalidStyleException.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Exceptions;

src/PhpWord/Exceptions/UnsupportedImageTypeException.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Exceptions;

src/PhpWord/Footnote.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord;

src/PhpWord/HashTable.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord;

src/PhpWord/IOFactory.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord;

src/PhpWord/Media.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord;

src/PhpWord/PhpWord.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* PHP version 5.3
6-
*
5+
* @link https://github.com/PHPOffice/PHPWord
76
* @copyright 2014 PHPWord
87
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
9-
* @version 0.9.0
108
*/
119

1210
namespace PhpOffice\PhpWord;

src/PhpWord/Reader/AbstractReader.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Reader;

src/PhpWord/Reader/IReader.php

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22
/**
33
* PHPWord
44
*
5-
* Copyright (c) 2014 PHPWord
6-
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* 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
20-
*
21-
* @copyright Copyright (c) 2014 PHPWord
22-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
23-
* @version 0.9.0
5+
* @link https://github.com/PHPOffice/PHPWord
6+
* @copyright 2014 PHPWord
7+
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
248
*/
259

2610
namespace PhpOffice\PhpWord\Reader;

0 commit comments

Comments
 (0)