Fix PHPDoc param notation

This commit is contained in:
hastegan 2016-09-15 23:41:18 +02:00
parent d4246b58d5
commit be51aeaf58

View File

@ -269,7 +269,7 @@ class Style
}
/**
* @param bool $shouldWrap Should the text be wrapped
* @param bool|void $shouldWrap Should the text be wrapped
* @return Style
*/
public function setShouldWrapText($shouldWrap = true)