@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | declare(strict_types=1); |
| 4 | 4 | |
| 5 | - return [ |
|
| 5 | + return [ |
|
| 6 | 6 | [ |
| 7 | 7 | 'query' => 'mutation { |
| 8 | 8 | requestMembershipEnd |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | private array |
| 26 | 26 | |
| 27 | - $reviewByNumber = []; |
|
| 27 | + $reviewByNumber = []; |
|
| 28 | 28 | |
| 29 | 29 | private Connection $connection; |
| 30 | 30 | |