Fixed some trailing whitespace

$ shopt -s globstar
 $ sed -i 's/[ \t]*$//' src/pocketmine/*/**.php

:P
This commit is contained in:
Dylan K. Taylor
2017-08-05 21:05:19 +01:00
parent fb59b57bdf
commit ecba80fd63
5 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,7 @@ class Sign extends Spawnable{
return true;
}
/**
* @param int $index 0-3
* @param string $line
@ -79,7 +79,7 @@ class Sign extends Spawnable{
$this->onChanged();
}
}
/**
* @param int $index 0-3
*