mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixup some formatting issues
This commit is contained in:
@ -119,6 +119,7 @@ class BanEntry{
|
||||
* @link https://bugs.php.net/bug.php?id=75992
|
||||
*
|
||||
* @param \DateTime $dateTime
|
||||
*
|
||||
* @throws \RuntimeException if the argument can't be parsed from a formatted date string
|
||||
*/
|
||||
private static function validateDate(\DateTime $dateTime) : void{
|
||||
|
@ -106,7 +106,7 @@ class PermissibleBase implements Permissible{
|
||||
*
|
||||
* @param Plugin $plugin
|
||||
* @param string $name
|
||||
* @param bool $value
|
||||
* @param bool $value
|
||||
*
|
||||
* @return PermissionAttachment
|
||||
*/
|
||||
|
Reference in New Issue
Block a user