Completed
Push — develop ( 3f7eb4...5c5c48 )
by Oyebanji Jacob
04:34 queued 02:18
created
src/Model.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
     /**
204 204
      * Save the model data to the database.
205 205
      *
206
-     * @return bool
206
+     * @return integer
207 207
      */
208 208
     public function save()
209 209
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Inflector\Inflector;
6 6
 use PDO;
7
-use Pyjac\ORM\Exception\ModelNotFoundException;
8 7
 
9 8
 abstract class Model implements ModelInterface
10 9
 {
Please login to merge, or discard this patch.