Completed
Pull Request — master (#19)
by Sergey
03:50 queued 24s
created
src/Helpers/Providers/FollowHelper.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -42,9 +42,18 @@
 block discarded – undo
42 42
         return $this->getResponse()->checkErrorInResponse($response);
43 43
     }
44 44
 
45
+    /**
46
+     * @return string
47
+     */
45 48
     abstract function getEntityIdName();
46 49
 
50
+    /**
51
+     * @return string
52
+     */
47 53
     abstract function getFollowUrl();
48 54
 
55
+    /**
56
+     * @return string
57
+     */
49 58
     abstract function getUnfFollowUrl();
50 59
 }
51 60
\ No newline at end of file
Please login to merge, or discard this patch.