Completed
Push — master ( 9af197...103743 )
by Leandro
01:33
created
src/Settings.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
 
233 233
     /**
234 234
      * This method is called at the before execute db command
235
-     * @return yii\base\Event
235
+     * @return Event
236 236
      */
237 237
     protected function beforeExecute()
238 238
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
      * Builds the unique cache key
246 246
      * @param string $name
247 247
      * @param array $data
248
-     * @return void
248
+     * @return string
249 249
      */
250 250
     protected function buildCacheKey($name, $data)
251 251
     {
Please login to merge, or discard this patch.