Completed
Push — master ( 017182...7efb6d )
by Sergey
03:19 queued 45s
created
src/Api/Traits/Followable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     /**
61 61
      * @param integer $entityId
62
-     * @return mixed
62
+     * @return string
63 63
      */
64 64
     public function createFollowRequestQuery($entityId)
65 65
     {
Please login to merge, or discard this patch.
src/Api/Traits/Searchable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * @param string $scope
57 57
      * @param array $bookmarks
58 58
      *
59
-     * @return array
59
+     * @return string
60 60
      */
61 61
     protected function createSearchQuery($query, $scope, $bookmarks = [])
62 62
     {
Please login to merge, or discard this patch.