Skip to content
Snippets Groups Projects
Commit 8583df29 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Suppress PHPMD warnings.

The use of $$ confuses the static code analysis and provides false positive warnings in this function.
parent 22749f6f
No related merge requests found
...@@ -137,6 +137,8 @@ class ObalkyKnihService implements \VuFindHttp\HttpServiceAwareInterface, ...@@ -137,6 +137,8 @@ class ObalkyKnihService implements \VuFindHttp\HttpServiceAwareInterface,
* *
* @return \stdClass|null * @return \stdClass|null
* @throws \Exception * @throws \Exception
*
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
*/ */
protected function getFromService(array $ids): ?\stdClass protected function getFromService(array $ids): ?\stdClass
{ {
......
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