Skip to content

Commit f457bef

Browse files
committed
Change constant values
1 parent 775c414 commit f457bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JSONDB/JSONDB.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ class JSONDB
7676
* Define if we fetch results as arrays
7777
* @const int
7878
*/
79-
const FETCH_ARRAY = 0;
79+
const FETCH_ARRAY = 4;
8080

8181
/**
8282
* Define if we fetch results as objects
8383
* @const int
8484
*/
85-
const FETCH_OBJECT = 1;
85+
const FETCH_OBJECT = 5;
8686

8787
/**
8888
* The current JSONDB instance

0 commit comments

Comments
 (0)