Skip to content
Snippets Groups Projects
Commit f5974781 authored by Demian Katz's avatar Demian Katz
Browse files

Suppress PMD warning.

parent 6f2fc2f3
No related merge requests found
......@@ -89,6 +89,8 @@ trait ConcatTrait
* @param stdClass $item Link element object
*
* @return string
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function getType($item)
{
......
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