|
4 | 4 |
|
5 | 5 | final class WriteResult |
6 | 6 | { |
7 | | - final private function __construct() |
8 | | - { |
9 | | - } |
| 7 | + final private function __construct() {} |
10 | 8 |
|
11 | | - final public function __wakeup(): void |
12 | | - { |
13 | | - } |
| 9 | + final public function __wakeup(): void {} |
14 | 10 |
|
15 | | - final public function getDeletedCount(): int |
16 | | - { |
17 | | - } |
| 11 | + final public function getDeletedCount(): int {} |
18 | 12 |
|
19 | | - final public function getInsertedCount(): int |
20 | | - { |
21 | | - } |
| 13 | + final public function getInsertedCount(): int {} |
22 | 14 |
|
23 | | - final public function getMatchedCount(): int |
24 | | - { |
25 | | - } |
| 15 | + final public function getMatchedCount(): int {} |
26 | 16 |
|
27 | | - final public function getModifiedCount(): int |
28 | | - { |
29 | | - } |
| 17 | + final public function getModifiedCount(): int {} |
30 | 18 |
|
31 | | - final public function getServer(): Server |
32 | | - { |
33 | | - } |
| 19 | + final public function getServer(): Server {} |
34 | 20 |
|
35 | | - final public function getUpsertedCount(): int |
36 | | - { |
37 | | - } |
| 21 | + final public function getUpsertedCount(): int {} |
38 | 22 |
|
39 | | - final public function getUpsertedIds(): array |
40 | | - { |
41 | | - } |
| 23 | + final public function getUpsertedIds(): array {} |
42 | 24 |
|
43 | | - final public function getWriteConcernError(): ?WriteConcernError |
44 | | - { |
45 | | - } |
| 25 | + final public function getWriteConcernError(): ?WriteConcernError {} |
46 | 26 |
|
47 | | - final public function getWriteErrors(): array |
48 | | - { |
49 | | - } |
| 27 | + final public function getWriteErrors(): array {} |
50 | 28 |
|
51 | | - final public function getErrorReplies(): array |
52 | | - { |
53 | | - } |
| 29 | + final public function getErrorReplies(): array {} |
54 | 30 |
|
55 | | - final public function isAcknowledged(): bool |
56 | | - { |
57 | | - } |
| 31 | + final public function isAcknowledged(): bool {} |
58 | 32 | } |
0 commit comments