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

Merge branch 'fix/php-mess-detector' into 'develop'

Fix/php mess detector

See merge request !36
parents 04251478 c4dc4a34
2 merge requests!37Release 0.4.0,!36Fix/php mess detector
Pipeline #174 passed with stage
in 3 minutes and 52 seconds
......@@ -56,6 +56,8 @@ class Finder
*
* @param string $path
* @return Standards
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function in($path)
{
......
......@@ -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