mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
CS
We shouldn't forget to run `php-cs-fixer` time to time
This commit is contained in:
parent
34437f408c
commit
8ce32af612
22 changed files with 73 additions and 74 deletions
|
@ -10,13 +10,14 @@ class StaticController extends Controller
|
|||
/**
|
||||
* @Route("/howto", name="howto")
|
||||
*/
|
||||
public function howtoAction()
|
||||
{
|
||||
return $this->render(
|
||||
'WallabagCoreBundle:Static:howto.html.twig',
|
||||
array()
|
||||
);
|
||||
}
|
||||
public function howtoAction()
|
||||
{
|
||||
return $this->render(
|
||||
'WallabagCoreBundle:Static:howto.html.twig',
|
||||
array()
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @Route("/about", name="about")
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue