@@ -86,6 +86,7 @@ |
||
86 | 86 | |
87 | 87 | /** |
88 | 88 | * Get the MMS ID of the linked record in network zone. |
89 | + * @return string |
|
89 | 90 | */ |
90 | 91 | public function getNzMmsId() |
91 | 92 | { |
@@ -95,7 +95,7 @@ |
||
95 | 95 | * Called when data is available to be processed. |
96 | 96 | * The resource classes can use this method to process the data. |
97 | 97 | * |
98 | - * @param mixed $data |
|
98 | + * @param \stdClass $data |
|
99 | 99 | */ |
100 | 100 | protected function onData($data) |
101 | 101 | { |