Completed
Push — master ( 47f780...63a81c )
by Avtandil
14:46
created
src/Platfourm/Repository/Helpers/CacheKeys.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
     protected static $keys = null;
19 19
 
20 20
     /**
21
-     * @param $group
22
-     * @param $key
21
+     * @param string $group
22
+     * @param string $key
23 23
      *
24 24
      * @return void
25 25
      */
Please login to merge, or discard this patch.
src/Platfourm/Repository/Presenter/FractalPresenter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     }
141 141
 
142 142
     /**
143
-     * @param $data
143
+     * @param EloquentCollection $data
144 144
      *
145 145
      * @return \League\Fractal\Resource\Collection
146 146
      */
Please login to merge, or discard this patch.
src/Platfourm/Repository/Traits/CacheableRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @param $method
79
+     * @param string $method
80 80
      *
81 81
      * @return bool
82 82
      */
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * Get Cache key for the method.
111 111
      *
112
-     * @param $method
112
+     * @param string $method
113 113
      * @param $args
114 114
      *
115 115
      * @return string
Please login to merge, or discard this patch.
src/Platfourm/Text/Repositories/Eloquent/TextRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * Update a entity in repository by id.
25 25
      *
26
-     * @param  array $attributes
27 26
      * @param        $id
28 27
      * @return mixed
29 28
      */
Please login to merge, or discard this patch.
src/Platfourm/User/Repositories/Eloquent/UserRepository.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,8 @@  discard block
 block discarded – undo
30 30
     /**
31 31
      * Attach role to user.
32 32
      *
33
-     * @param type $roleName
34 33
      *
35
-     * @return type
34
+     * @return boolean
36 35
      */
37 36
     public function updateAvatar(Client $httpClient, Cache $cache, AuthUserService $authUserService)
38 37
     {
@@ -93,7 +92,7 @@  discard block
 block discarded – undo
93 92
      *
94 93
      * @param type $id
95 94
      *
96
-     * @return type
95
+     * @return boolean
97 96
      */
98 97
     public function activate($id)
99 98
     {
Please login to merge, or discard this patch.