Removed @return void as not compatible with projects coding standard.
This commit is contained in:
parent
a215501cc9
commit
050802bdb5
@ -25,8 +25,6 @@ class TextBox extends Image
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Write element.
|
* Write element.
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
public function write(): void
|
public function write(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@ -2,16 +2,13 @@
|
|||||||
/**
|
/**
|
||||||
* This file is part of PHPWord - A pure PHP library for reading and writing
|
* This file is part of PHPWord - A pure PHP library for reading and writing
|
||||||
* word processing documents.
|
* word processing documents.
|
||||||
*
|
|
||||||
* PHPWord is free software distributed under the terms of the GNU Lesser
|
* PHPWord is free software distributed under the terms of the GNU Lesser
|
||||||
* General Public License version 3 as published by the Free Software Foundation.
|
* General Public License version 3 as published by the Free Software Foundation.
|
||||||
*
|
|
||||||
* For the full copyright and license information, please read the LICENSE
|
* For the full copyright and license information, please read the LICENSE
|
||||||
* file that was distributed with this source code. For the full list of
|
* file that was distributed with this source code. For the full list of
|
||||||
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
|
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
|
||||||
*
|
*
|
||||||
* @see https://github.com/PHPOffice/PHPWord
|
* @see https://github.com/PHPOffice/PHPWord
|
||||||
*
|
|
||||||
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
|
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -28,7 +25,6 @@ class TextBox extends Frame
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Writer inner margin.
|
* Writer inner margin.
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
public function writeInnerMargin(): void
|
public function writeInnerMargin(): void
|
||||||
{
|
{
|
||||||
@ -45,7 +41,6 @@ class TextBox extends Frame
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Writer border.
|
* Writer border.
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
public function writeBorder(): void
|
public function writeBorder(): void
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user