Fix PHPDoc boolean notation
This commit is contained in:
parent
b730bebcb8
commit
d4246b58d5
@ -269,7 +269,7 @@ class Style
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param boolean $shouldWrap Should the text be wrapped
|
* @param bool $shouldWrap Should the text be wrapped
|
||||||
* @return Style
|
* @return Style
|
||||||
*/
|
*/
|
||||||
public function setShouldWrapText($shouldWrap = true)
|
public function setShouldWrapText($shouldWrap = true)
|
||||||
@ -280,7 +280,7 @@ class Style
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return boolean
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function hasSetWrapText()
|
public function hasSetWrapText()
|
||||||
{
|
{
|
||||||
|
@ -112,7 +112,7 @@ class StyleBuilder
|
|||||||
* Makes the text wrap in the cell if requested
|
* Makes the text wrap in the cell if requested
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
* @param boolean $shouldWrap Should the text be wrapped
|
* @param bool $shouldWrap Should the text be wrapped
|
||||||
* @return StyleBuilder
|
* @return StyleBuilder
|
||||||
*/
|
*/
|
||||||
public function setShouldWrapText($shouldWrap = true)
|
public function setShouldWrapText($shouldWrap = true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user