@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | } |
20 | 20 | |
21 | 21 | /** |
22 | - * @var null|\helper_plugin_swarmwebhook $helper |
|
22 | + * @var null|\helper_plugin_swarmwebhook $helper |
|
23 | 23 | */ |
24 | 24 | $helper = plugin_load('helper', 'swarmwebhook'); |
25 | 25 | if (!$helper) { |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | protected function verifyRequest(array $webhookData) |
59 | 59 | { |
60 | 60 | /** |
61 | - * @var null|\helper_plugin_swarmwebhook $helper |
|
61 | + * @var null|\helper_plugin_swarmwebhook $helper |
|
62 | 62 | */ |
63 | 63 | $helper = plugin_load('helper', 'swarmwebhook'); |
64 | 64 | $storedSecret = $helper->getConf('hook secret'); |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | |
92 | 92 | |
93 | 93 | /** |
94 | - * @var \helper_plugin_swarmwebhook $helper |
|
94 | + * @var \helper_plugin_swarmwebhook $helper |
|
95 | 95 | */ |
96 | 96 | $helper = plugin_load('helper', 'swarmwebhook'); |
97 | 97 | try { |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | $webhook->run($inputJSON); |
36 | 36 | |
37 | 37 | /** |
38 | - * @var \remote_plugin_struct $remote |
|
38 | + * @var \remote_plugin_struct $remote |
|
39 | 39 | */ |
40 | 40 | $remote = plugin_load('remote', 'struct'); |
41 | 41 | $rows = $remote->getAggregationData( |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | $actualOK = $actualOK && $webhook->handleWebhookPayload($inputJSON); |
69 | 69 | |
70 | 70 | /** |
71 | - * @var \remote_plugin_struct $remote |
|
71 | + * @var \remote_plugin_struct $remote |
|
72 | 72 | */ |
73 | 73 | $remote = plugin_load('remote', 'struct'); |
74 | 74 | $rows = $remote->getAggregationData( |
@@ -30,7 +30,7 @@ |
||
30 | 30 | $IFTTT->run($inputJSON); |
31 | 31 | |
32 | 32 | /** |
33 | - * @var \remote_plugin_struct $remote |
|
33 | + * @var \remote_plugin_struct $remote |
|
34 | 34 | */ |
35 | 35 | $remote = plugin_load('remote', 'struct'); |
36 | 36 | $rows = $remote->getAggregationData( |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | public function saveDataToLookup(array $data) |
39 | 39 | { |
40 | 40 | /** |
41 | - * @var helper_plugin_struct $structHelper |
|
41 | + * @var helper_plugin_struct $structHelper |
|
42 | 42 | */ |
43 | 43 | $structHelper = plugin_load('helper', 'struct'); |
44 | 44 | $access = AccessTable::byTableName('swarm', 0, 0); |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | $tablename = 'swarm'; |
73 | 73 | |
74 | 74 | /** |
75 | - * @var remote_plugin_struct $remote |
|
75 | + * @var remote_plugin_struct $remote |
|
76 | 76 | */ |
77 | 77 | $remote = plugin_load('remote', 'struct'); |
78 | 78 | $rows = $remote->getAggregationData( |