Skip to content
Snippets Groups Projects
Commit ad6a2672 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 8d3a0624
No related merge requests found
...@@ -45,10 +45,10 @@ abstract class AbstractPluginFactory implements AbstractFactoryInterface ...@@ -45,10 +45,10 @@ abstract class AbstractPluginFactory implements AbstractFactoryInterface
/** /**
* Get the name of a class for a given plugin name. * Get the name of a class for a given plugin name.
* *
* @param string $name Name of service * @param string $name Name of service
* @param string $requestedName Unfiltered name of service * @param string $requestedName Unfiltered name of service
* *
* @return string Fully qualified class name * @return string Fully qualified class name
*/ */
protected function getClassName($name, $requestedName) protected function getClassName($name, $requestedName)
{ {
......
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