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

Fixed incorrect macro.

parent 6bd1c829
No related merge requests found
......@@ -61,7 +61,7 @@ class Module
*/
public function getServiceConfig()
{
// @codeCoverageIgnoreStart
// @codingStandardsIgnoreStart
return array(
'factories' => array(
'VuFindTheme\ThemeInfo' => function ($sm) {
......@@ -75,7 +75,7 @@ class Module
'VuFindTheme\ResourceContainer' => 'VuFindTheme\ResourceContainer',
),
);
// @codeCoverageIgnoreEnd
// @codingStandardsIgnoreEnd
}
/**
......@@ -85,7 +85,7 @@ class Module
*/
public function getViewHelperConfig()
{
// @codeCoverageIgnoreStart
// @codingStandardsIgnoreStart
return array(
'factories' => array(
'headlink' => function ($sm) {
......@@ -120,7 +120,7 @@ class Module
},
),
);
// @codeCoverageIgnoreEnd
// @codingStandardsIgnoreEnd
}
/**
......
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