diff options
author | Volker Thiel <riker09@gmx.de> | 2013-03-12 13:57:37 +0100 |
---|---|---|
committer | Volker Thiel <riker09@gmx.de> | 2013-03-12 13:57:37 +0100 |
commit | 43cf002a0d5cb35737dab88eba976fdc44f0e772 (patch) | |
tree | 56a713a59ba5fa5b177714d9e355d9dea491da5d /tests/modules/orm/files/config.sqlite | |
parent | 3eafbc10c01224aaf839da92b4686042d4ae7959 (diff) | |
download | PHPixie-43cf002a0d5cb35737dab88eba976fdc44f0e772.zip PHPixie-43cf002a0d5cb35737dab88eba976fdc44f0e772.tar.gz PHPixie-43cf002a0d5cb35737dab88eba976fdc44f0e772.tar.bz2 |
Further application of coding guidelines
Done with Netbeans 7.3
Now with Tabs instead of Spaces!
Diffstat (limited to 'tests/modules/orm/files/config.sqlite')
-rw-r--r-- | tests/modules/orm/files/config.sqlite | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/tests/modules/orm/files/config.sqlite b/tests/modules/orm/files/config.sqlite index 930bdd4..a1a169a 100644 --- a/tests/modules/orm/files/config.sqlite +++ b/tests/modules/orm/files/config.sqlite @@ -1,7 +1,9 @@ -<?php return array ( - 'default' => - array ( - 'connection' => 'sqlite:C:\\Users\\Dracony\\Documents\\GitHub\\PHPixie\\tests\\modules\\orm./files/test.sqlite', - 'driver' => 'pdo', - ), -);
\ No newline at end of file +<?php + +return array( + 'default' => + array( + 'connection' => 'sqlite:C:\\Users\\Dracony\\Documents\\GitHub\\PHPixie\\tests\\modules\\orm./files/test.sqlite', + 'driver' => 'pdo', + ), +); |