Unverified Commit aabefbdd authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(webservice) Add information for phpstan

issue #6138
Showing with 1 addition and 0 deletions
+1 -0
...@@ -694,6 +694,7 @@ class fdRPCService ...@@ -694,6 +694,7 @@ class fdRPCService
if ($error !== TRUE) { if ($error !== TRUE) {
throw new WebServiceError($error); throw new WebServiceError($error);
} }
/** @var simpleTabs */
$tabobject = $template->apply(); $tabobject = $template->apply();
if (!empty($modifications)) { if (!empty($modifications)) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment