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