Code style.

This commit is contained in:
David Molineus
2015-01-22 13:34:22 +01:00
parent 178da21895
commit 62e2b02732
9 changed files with 35 additions and 15 deletions

View File

@@ -21,8 +21,10 @@ class FrontendApi extends \Frontend
/**
* {@inheritdoc}
*/
// @codingStandardsIgnoreStart
public function replaceInsertTags($strBuffer, $blnCache = true)
{
return parent::replaceInsertTags($strBuffer, $blnCache);
}
// @codingStandardsIgnoreEnd
}

View File

@@ -43,7 +43,7 @@ class ValueFilter
* The idea behind this extra method is that we just have to change one place if anything else than the
* insert tags has to be replaced.
*
* @param string $value The given value
* @param string $value The given value.
*
* @return string
*/