Skip to content

Commit d17195a

Browse files
committed
CS, whatever bruh
1 parent b38ef7d commit d17195a

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

src/types/login/openid/SelfSignedJwtBody.php

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
<?php
22

33
/*
4+
* This file is part of BedrockProtocol.
5+
* Copyright (C) 2014-2022 PocketMine Team <https://github.com/pmmp/BedrockProtocol>
46
*
5-
* ____ _ _ __ __ _ __ __ ____
6-
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
7-
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
8-
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
9-
* |_| \___/ \___|_|\_\___|\__|_| |_|_|_| |_|\___| |_| |_|_|
10-
*
11-
* This program is free software: you can redistribute it and/or modify
7+
* BedrockProtocol is free software: you can redistribute it and/or modify
128
* it under the terms of the GNU Lesser General Public License as published by
139
* the Free Software Foundation, either version 3 of the License, or
1410
* (at your option) any later version.
15-
*
16-
* @author PocketMine Team
17-
* @link http://www.pocketmine.net/
18-
*
19-
*
2011
*/
2112

2213
declare(strict_types=1);
@@ -55,4 +46,4 @@ final class SelfSignedJwtBody extends JwtBodyRfc7519{
5546

5647
public string $xid;
5748

58-
}
49+
}

0 commit comments

Comments
 (0)