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

FIX: Suppress phpmd warning for short method name

parent 04251478
No related merge requests found
...@@ -56,6 +56,8 @@ class Finder ...@@ -56,6 +56,8 @@ class Finder
* *
* @param string $path * @param string $path
* @return Standards * @return Standards
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/ */
public function in($path) public function in($path)
{ {
......
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