]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Controller/WallabagRestController.php
cs
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Controller / WallabagRestController.php
index 6275afa0afc006c4d7b65c17c982d029f56eff34..07d0e1e91f2747f7bd2aeeddea205f5b36c3a902 100644 (file)
@@ -532,7 +532,6 @@ class WallabagRestController extends FOSRestController
      */
     public function getAnnotationsAction(Entry $entry)
     {
-
         $this->validateAuthentication();
 
         $annotationRows = $this
@@ -605,7 +604,6 @@ class WallabagRestController extends FOSRestController
      */
     public function putAnnotationAction(Annotation $annotation, Request $request)
     {
-
         $this->validateAuthentication();
 
         $data = json_decode($request->getContent(), true);
@@ -637,7 +635,6 @@ class WallabagRestController extends FOSRestController
      */
     public function deleteAnnotationAction(Annotation $annotation)
     {
-
         $this->validateAuthentication();
 
         $em = $this->getDoctrine()->getManager();