Completed
Branch develop-3.0 (4fe777)
by Mohamed
11:06
created
app/Repository/Traits/User/CountTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -93,5 +93,8 @@
 block discarded – undo
93 93
 
94 94
     abstract public function issuesCreatedBy();
95 95
 
96
+    /**
97
+     * @param string $key
98
+     */
96 99
     abstract public function permission($key);
97 100
 }
Please login to merge, or discard this patch.
app/Repository/User/CounterRepository.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@  discard block
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param int $deleted
36 35
      *
37 36
      * @return int
38 37
      */
@@ -42,7 +41,6 @@  discard block
 block discarded – undo
42 41
     }
43 42
 
44 43
     /**
45
-     * @param int $deleted
46 44
      *
47 45
      * @return int
48 46
      */
Please login to merge, or discard this patch.
app/Repository/User/UpdaterRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,6 @@
 block discarded – undo
73 73
     /**
74 74
      * Updates the users settings, validates the fields.
75 75
      *
76
-     * @param array $info
77 76
      *
78 77
      * @return Eloquent\Model
79 78
      */
Please login to merge, or discard this patch.
app/Services/Exporter.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
      *
57 57
      * @param string $key
58 58
      *
59
-     * @return mixed|array
59
+     * @return \Tinyissue\Model\Project
60 60
      */
61 61
     public function getParams($key = null)
62 62
     {
Please login to merge, or discard this patch.