Skip to content
Snippets Groups Projects
Commit c4dc4a34 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FIX: Suppress phpmd static access warning (allow factory pattern)

parent 3abb51d1
No related merge requests found
......@@ -32,6 +32,8 @@ class Factory
* Creates new symfony finder instance.
*
* @return Finder
*
* @SuppressWarnings(PHPMD.StaticAccess)
*/
public function create()
{
......
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