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
|
||||
*/
|
||||
public function setShouldWrapText($shouldWrap = true)
|
||||
@ -280,7 +280,7 @@ class Style
|
||||
}
|
||||
|
||||
/**
|
||||
* @return boolean
|
||||
* @return bool
|
||||
*/
|
||||
public function hasSetWrapText()
|
||||
{
|
||||
|
@ -112,7 +112,7 @@ class StyleBuilder
|
||||
* Makes the text wrap in the cell if requested
|
||||
*
|
||||
* @api
|
||||
* @param boolean $shouldWrap Should the text be wrapped
|
||||
* @param bool $shouldWrap Should the text be wrapped
|
||||
* @return StyleBuilder
|
||||
*/
|
||||
public function setShouldWrapText($shouldWrap = true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user