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

TASK: Naming things, renamed method name to be more insightful

parent 2f154278
No related merge requests found
......@@ -61,7 +61,7 @@ class Finder
$paths
);
return $this->createStandardsFromPath($paths);
return $this->createStandardsFromPaths($paths);
}
/**
......@@ -70,7 +70,7 @@ class Finder
* @param array $path
* @return Standards
*/
protected function createStandardsFromPath(array $paths)
protected function createStandardsFromPaths(array $paths)
{
return $this->factory->create($paths);
}
......
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