Completed
Push — master ( 88ba9b...8a3d51 )
by Andrii
03:03
created
src/repositories/BaseRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         return Yii::createObject($this->getQueryClass());
80 80
     }
81 81
 
82
+    /**
83
+     * @return callable
84
+     */
82 85
     protected function getQueryClass()
83 86
     {
84 87
         return $this->queryClass;
Please login to merge, or discard this patch.