mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-04 05:48:36 +01:00
Code style.
This commit is contained in:
@@ -21,8 +21,10 @@ class FrontendApi extends \Frontend
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
// @codingStandardsIgnoreStart
|
||||
public function replaceInsertTags($strBuffer, $blnCache = true)
|
||||
{
|
||||
return parent::replaceInsertTags($strBuffer, $blnCache);
|
||||
}
|
||||
// @codingStandardsIgnoreEnd
|
||||
}
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user