Completed
Push — master ( 8f0e3c...ccf2cd )
by Dmitry
02:53
created
src/Repository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -236,6 +236,9 @@
 block discarded – undo
236 236
         $this->cache = [];
237 237
     }
238 238
 
239
+    /**
240
+     * @param Entity $instance
241
+     */
239 242
     public function save($instance)
240 243
     {
241 244
         $tuple = [];
Please login to merge, or discard this patch.