Completed
Push — master ( 7392e8...62fed0 )
by Adeniyi
02:51 queued 38s
created
src/Helper/Model.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * PotatoORM manages the persistence of database CRUD operations.
4
- *
5
- * @package Ibonly\PotatoORM\Model
6
- * @author  Ibraheem ADENIYI <[email protected]>
7
- * @license MIT <https://opensource.org/licenses/MIT>
8
- */
3
+     * PotatoORM manages the persistence of database CRUD operations.
4
+     *
5
+     * @package Ibonly\PotatoORM\Model
6
+     * @author  Ibraheem ADENIYI <[email protected]>
7
+     * @license MIT <https://opensource.org/licenses/MIT>
8
+     */
9 9
 
10 10
 namespace Ibonly\PotatoORM;
11 11
 
Please login to merge, or discard this patch.