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
Branches
2 merge requests!37Release 0.4.0,!36Fix/php mess detector
Pipeline #173 passed with stage
in 3 minutes and 52 seconds
...@@ -32,6 +32,8 @@ class Factory ...@@ -32,6 +32,8 @@ class Factory
* Creates new symfony finder instance. * Creates new symfony finder instance.
* *
* @return Finder * @return Finder
*
* @SuppressWarnings(PHPMD.StaticAccess)
*/ */
public function create() 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