Completed
Push — master ( c8d464...f5509d )
by Innocent
01:11
created
src/Policies/TestimonyPolicy.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      *
26 26
      * @param  \App\Models\Ministry  $ministry
27 27
      * @param  \App\Testimony  $testimony
28
-     * @return mixed
28
+     * @return boolean
29 29
      */
30 30
     public function view(Ministry $ministry, Testimony $testimony)
31 31
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @param  \App\Models\Ministry  $ministry
50 50
      * @param  \App\Testimony  $testimony
51
-     * @return mixed
51
+     * @return boolean
52 52
      */
53 53
     public function update(Ministry $ministry, Testimony $testimony)
54 54
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      *
66 66
      * @param  \App\Models\Ministry  $ministry
67 67
      * @param  \App\Testimony  $testimony
68
-     * @return mixed
68
+     * @return boolean
69 69
      */
70 70
     public function delete(Ministry $ministry, Testimony $testimony)
71 71
     {
Please login to merge, or discard this patch.