Completed
Push — master ( e9577f...1f5fd8 )
by Dmitry
05:23
created
src/repositories/ActiveQuery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     public $repository;
10 10
 
11
+    /**
12
+     * @param BaseRepository $value
13
+     */
11 14
     public function setRepository($value)
12 15
     {
13 16
         $this->repository = $value;
Please login to merge, or discard this patch.