Completed
Pull Request — master (#4)
by Oyebanji Jacob
02:54
created
src/Model.php 1 patch
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.
test/DatabaseConnectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use \Mockery as m;
4
-use org\bovigo\vfs\vfsStream;
5 4
 use Pyjac\ORM\DatabaseConnection;
6 5
 
7 6
 class DatabaseConnectionTest extends PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.