Skip to content

Commit c4b0b00

Browse files
committed
Fix rector
1 parent df2223d commit c4b0b00

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

system/HTTP/CLIRequest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ public function getLocale(): string
314314

315315
/**
316316
* Checks this request type.
317-
*
318-
* @param 'ajax'|'delete'|'get'|'head'|'json'|'options'|'patch'|'post'|'put'|string $type
319317
*/
320318
public function is(string $type): bool
321319
{

system/HTTP/IncomingRequest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ public function negotiate(string $type, array $supported, bool $strictMatch = fa
348348

349349
/**
350350
* Checks this request type.
351-
*
352-
* @param 'ajax'|'delete'|'get'|'head'|'json'|'options'|'patch'|'post'|'put'|string $type
353351
*/
354352
public function is(string $type): bool
355353
{

0 commit comments

Comments
 (0)