Skip to content

Commit b2eecc4

Browse files
committed
drop webservice support
1 parent 6058d27 commit b2eecc4

File tree

3 files changed

+0
-191
lines changed

3 files changed

+0
-191
lines changed

hook.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,3 @@ function plugin_pdf_uninstall()
105105

106106
return true;
107107
}
108-
109-
110-
/**
111-
* @since version 1.0.2
112-
**/
113-
function plugin_pdf_registerMethods()
114-
{
115-
/** @var array $WEBSERVICES_METHOD */
116-
global $WEBSERVICES_METHOD;
117-
118-
$WEBSERVICES_METHOD['pdf.getTabs'] = ['PluginPdfRemote', 'methodGetTabs'];
119-
$WEBSERVICES_METHOD['pdf.getPdf'] = ['PluginPdfRemote', 'methodGetPdf'];
120-
}

inc/remote.class.php

Lines changed: 0 additions & 177 deletions
This file was deleted.

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ parameters:
1818
stubFiles:
1919
- ../../stubs/glpi_constants.php
2020
ignoreErrors:
21-
- '#Call to static method Error\(\) on an unknown class PluginWebservicesMethodCommon#'
2221
- '#Constant WEBSERVICES_ERROR_[A-Z]+ not found#'

0 commit comments

Comments
 (0)