Fix tests & cs & migration

This commit is contained in:
Jeremy Benoist
2019-04-25 14:12:56 +02:00
parent 531c8d0a5c
commit f277bc042c
14 changed files with 126 additions and 69 deletions

View File

@ -54,7 +54,7 @@ class WallabagExtension extends \Twig_Extension implements \Twig_Extension_Globa
public function removeSchemeAndWww($url)
{
return $this->removeWww($this->removeScheme($url)
return $this->removeWww($this->removeScheme($url));
}
/**