Passed
Push — main ( 6f73ba...aaa8c7 )
by Alireza
03:16 queued 01:37
created
database/database.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@
 block discarded – undo
1 1
 <?php
2 2
   
3
- namespace BPT\database;
3
+    namespace BPT\database;
4 4
  
5
- use Medoo\Medoo;
6
- use BPT\database\{handller,jsondb};
5
+    use Medoo\Medoo;
6
+    use BPT\database\{handller,jsondb};
7 7
  
8
-  /**
9
-   * @class Database
10
-   */
11
-  class database
12
-  {
8
+    /**
9
+     * @class Database
10
+     */
11
+    class database
12
+    {
13 13
        
14
-      /**
15
-       * @method Json_init
16
-       */
17
-      public function json_init()
18
-      {
19
-       (new jsondb())->init(handller::$dbname);
20
-      }
14
+        /**
15
+         * @method Json_init
16
+         */
17
+        public function json_init()
18
+        {
19
+        (new jsondb())->init(handller::$dbname);
20
+        }
21 21
       
22
-   }
23 22
\ No newline at end of file
23
+    }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.