@@ -82,7 +82,7 @@ |
||
82 | 82 | * @param $id |
83 | 83 | * @param $attribute |
84 | 84 | * @param $version |
85 | - * @return null|integer|float|string |
|
85 | + * @return string|null |
|
86 | 86 | */ |
87 | 87 | public static function findAttribute($class, $id, $attribute, $version) |
88 | 88 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | |
37 | 37 | /** |
38 | 38 | * @param Event $event |
39 | - * @return null|static |
|
39 | + * @return AuditMail|null |
|
40 | 40 | */ |
41 | 41 | public function record($event) |
42 | 42 | { |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | /** |
133 | 133 | * Cleans the AuditEntry data |
134 | 134 | * |
135 | - * @param $maxAge |
|
135 | + * @param integer|null $maxAge |
|
136 | 136 | * @return bool |
137 | 137 | */ |
138 | 138 | protected function cleanupEntry($maxAge) |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | * Cleans the Panel data |
161 | 161 | * |
162 | 162 | * @param $id |
163 | - * @param $maxAge |
|
163 | + * @param integer|null $maxAge |
|
164 | 164 | * @return bool |
165 | 165 | */ |
166 | 166 | protected function cleanupPanel($id, $maxAge) |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | |
59 | 59 | /** |
60 | 60 | * Compress |
61 | - * @param mixed $data |
|
61 | + * @param string $data |
|
62 | 62 | * @return string binary blob of data |
63 | 63 | */ |
64 | 64 | public static function compress($data) |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | * Hash a long string to a short string. |
190 | 190 | * @link http://au1.php.net/crc32#111931 |
191 | 191 | * |
192 | - * @param $data |
|
192 | + * @param string $data |
|
193 | 193 | * @return string |
194 | 194 | */ |
195 | 195 | public static function hash($data) |