@@ -74,7 +74,7 @@ |
||
74 | 74 | /** |
75 | 75 | * Children exceptions |
76 | 76 | * |
77 | - * @return AggregateChildEventException |
|
77 | + * @return ChildEventException[] |
|
78 | 78 | */ |
79 | 79 | public function getChildren() |
80 | 80 | { |
@@ -18,7 +18,6 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * Normalizes an object into a set of arrays/scalars. |
20 | 20 | * |
21 | - * @param object $object object to normalize |
|
22 | 21 | * @param string $format format the normalization result will be encoded as |
23 | 22 | * @param array $context Context options for the normalizer |
24 | 23 | * |
@@ -46,7 +45,6 @@ discard block |
||
46 | 45 | * Denormalizes data back into an object of the given class. |
47 | 46 | * |
48 | 47 | * @param mixed $data data to restore |
49 | - * @param string $class the expected class to instantiate |
|
50 | 48 | * @param string $format format the given data was extracted from |
51 | 49 | * @param array $context options available to the denormalizer |
52 | 50 | * |
@@ -133,6 +133,6 @@ |
||
133 | 133 | |
134 | 134 | public function withPreferredQueueName($preferredQueueName) |
135 | 135 | { |
136 | - $this->preferredQueueName = $preferredQueueName ?(string) $preferredQueueName : null; |
|
136 | + $this->preferredQueueName = $preferredQueueName ? (string) $preferredQueueName : null; |
|
137 | 137 | } |
138 | 138 | } |
139 | 139 | \ No newline at end of file |