Completed
Push — master ( 021295...7e134f )
by Mustafa Hussain
01:38 queued 24s
created
src/Repositories/BaseRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
     /**
20 20
      * @param Model $model
21
-     * @return object
21
+     * @return BaseRepository
22 22
      */
23 23
     public function setModel(Model $model)
24 24
     {
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * @param array $data
47
-     * @return Collection
47
+     * @return boolean
48 48
      * @throws RepositoryException
49 49
      */
50 50
     public function createNew(array $data)
Please login to merge, or discard this patch.