Skip to content

Commit b06179a

Browse files
authored
Merge pull request #1085 from datamweb/dependabot/composer/rector/rector-1.0.4
chore: run rector for fix rector errors
2 parents 388f22a + 142659b commit b06179a

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/Filters/AuthRates.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function before(RequestInterface $request, $arguments = null)
5959
/**
6060
* We don't have anything to do here.
6161
*
62-
* @param Response|ResponseInterface $response
6362
* @param array|null $arguments
6463
*/
6564
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void

src/Filters/ChainAuth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function before(RequestInterface $request, $arguments = null)
6767
/**
6868
* We don't have anything to do here.
6969
*
70-
* @param Response|ResponseInterface $response
7170
* @param array|null $arguments
7271
*/
7372
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void

src/Filters/ForcePasswordResetFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function before(RequestInterface $request, $arguments = null)
5252
/**
5353
* We don't have anything to do here.
5454
*
55-
* @param Response|ResponseInterface $response
5655
* @param array|null $arguments
5756
*/
5857
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void

src/Filters/JWTAuth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function before(RequestInterface $request, $arguments = null)
6464
/**
6565
* We don't have anything to do here.
6666
*
67-
* @param Response|ResponseInterface $response
6867
* @param array|null $arguments
6968
*/
7069
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void

src/Filters/SessionAuth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function before(RequestInterface $request, $arguments = null)
9595
/**
9696
* We don't have anything to do here.
9797
*
98-
* @param Response|ResponseInterface $response
9998
* @param array|null $arguments
10099
*/
101100
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void

src/Filters/TokenAuth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function before(RequestInterface $request, $arguments = null)
7979
/**
8080
* We don't have anything to do here.
8181
*
82-
* @param Response|ResponseInterface $response
8382
* @param array|null $arguments
8483
*/
8584
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void

0 commit comments

Comments
 (0)