@@ -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 |
@@ -492,6 +492,4 @@ |
||
| 492 | 492 | |
| 493 | 493 | private function placeholders(int $count, string $placeholder): string |
| 494 | 494 | { |
| 495 | - return implode(',' . PHP_EOL, array_fill(0, $count, $placeholder)); |
|
| 496 | - } |
|
| 497 | -} |
|
| 495 | + return implode(',' . PHP_EOL, array_fill(0, $count, $placeholder |
|
| 498 | 496 | \ No newline at end of file |
@@ -492,6 +492,4 @@ |
||
| 492 | 492 | |
| 493 | 493 | private function placeholders(int $count, string $placeholder): string |
| 494 | 494 | { |
| 495 | - return implode(',' . PHP_EOL, array_fill(0, $count, $placeholder)); |
|
| 496 | - } |
|
| 497 | -} |
|
| 495 | + return implode(',' . PHP_EOL, array_fill(0, $count, $placeholder |
|
| 498 | 496 | \ No newline at end of file |
@@ -40,6 +40,4 @@ |
||
| 40 | 40 | 'digital' => ProductTypeType::DIGITAL, |
| 41 | 41 | ]; |
| 42 | 42 | |
| 43 | - $connection->executeStatement($sqlUpgrade, $params); |
|
| 44 | - } |
|
| 45 | -} |
|
| 43 | + $connection->executeStatement($sqlUpgrade, $params |
|
| 46 | 44 | \ No newline at end of file |
@@ -40,6 +40,4 @@ |
||
| 40 | 40 | 'digital' => ProductTypeType::DIGITAL, |
| 41 | 41 | ]; |
| 42 | 42 | |
| 43 | - $connection->executeStatement($sqlUpgrade, $params); |
|
| 44 | - } |
|
| 45 | -} |
|
| 43 | + $connection->executeStatement($sqlUpgrade, $params |
|
| 46 | 44 | \ No newline at end of file |