mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -50,9 +50,6 @@ class SignText{
|
||||
* Parses sign lines from the given string blob.
|
||||
* TODO: add a strict mode for this
|
||||
*
|
||||
* @param string $blob
|
||||
*
|
||||
* @return SignText
|
||||
* @throws \InvalidArgumentException if the text is not valid UTF-8
|
||||
*/
|
||||
public static function fromBlob(string $blob) : SignText{
|
||||
@ -101,9 +98,6 @@ class SignText{
|
||||
/**
|
||||
* Returns the sign line at the given offset.
|
||||
*
|
||||
* @param int $index
|
||||
*
|
||||
* @return string
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public function getLine(int $index) : string{
|
||||
@ -114,9 +108,6 @@ class SignText{
|
||||
/**
|
||||
* Sets the line at the given offset.
|
||||
*
|
||||
* @param int $index
|
||||
* @param string $line
|
||||
*
|
||||
* @throws \InvalidArgumentException if the text is not valid UTF-8
|
||||
* @throws \InvalidArgumentException if the text contains a newline
|
||||
*/
|
||||
|
Reference in New Issue
Block a user