Completed
Branch develop-3.0 (6d8ddc)
by Mohamed
03:14
created
app/Repository/Project/Note/Updater.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
      * @param string $body
61 61
      *
62
-     * @return Project\Note
62
+     * @return boolean
63 63
      */
64 64
     public function updateBody($body)
65 65
     {
Please login to merge, or discard this patch.
app/Repository/RepositoryUpdater.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      *
64 64
      * @param array $data
65 65
      *
66
-     * @return mixed
66
+     * @return boolean
67 67
      */
68 68
     public function create(array $data)
69 69
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      *
76 76
      * @param array $attributes
77 77
      *
78
-     * @return mixed
78
+     * @return boolean
79 79
      */
80 80
     public function update(array $attributes = [])
81 81
     {
Please login to merge, or discard this patch.
app/Repository/User/Counter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Repository\User;
13 13
 
14
-use Illuminate\Database\Eloquent\Relations;
15 14
 use Tinyissue\Contracts\Model\UserInterface;
16 15
 use Tinyissue\Model\Project;
17 16
 use Tinyissue\Repository\Repository;
Please login to merge, or discard this patch.