mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -70,7 +70,6 @@ class DaemonAuthenticateTest extends MiddlewareTestCase
|
||||
* Test that passing in an invalid node daemon secret will result in a bad request
|
||||
* exception being returned.
|
||||
*
|
||||
* @param string $token
|
||||
* @dataProvider badTokenDataProvider
|
||||
*/
|
||||
public function testResponseShouldFailIfTokenFormatIsIncorrect(string $token)
|
||||
@@ -159,8 +158,6 @@ class DaemonAuthenticateTest extends MiddlewareTestCase
|
||||
|
||||
/**
|
||||
* Return an instance of the middleware using mocked dependencies.
|
||||
*
|
||||
* @return \Pterodactyl\Http\Middleware\Api\Daemon\DaemonAuthenticate
|
||||
*/
|
||||
private function getMiddleware(): DaemonAuthenticate
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user