Completed
Branch 2.0 (f89324)
by Marco
03:45
created
src/Comodojo/Database/Results/QueryResultInterface.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -57,13 +57,13 @@
 block discarded – undo
57 57
      */
58 58
     public function getLength();
59 59
 
60
-     /**
61
-      * Get number of rows affected by query
62
-      *
63
-      * @return  int
64
-      * @throws  DatabaseException
65
-      */
66
-     public function getAffectedRows();
60
+        /**
61
+         * Get number of rows affected by query
62
+         *
63
+         * @return  int
64
+         * @throws  DatabaseException
65
+         */
66
+        public function getAffectedRows();
67 67
 
68 68
     /**
69 69
      * Get last insert id (if available)
Please login to merge, or discard this patch.