Skip to content

Commit

Permalink
Clean whitespace only.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickl- committed May 25, 2012
1 parent d015065 commit f2fa003
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
4 changes: 2 additions & 2 deletions bin/generate
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Generate DumbledORM models.
Usage:
<?php echo $argv[0]; ?> <option>

<option>
<option>
-h, -?, --help, -help Print this help message
-p, --prefix <prefix> Prefix generated classes
-d, --dir <directory> Output directory for the model instead of the default ./model
-d, --dir <directory> Output directory for the model instead of the default ./model

<?php
} else {
Expand Down
4 changes: 2 additions & 2 deletions src/config.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
<?php
class DbConfig {
const HOST = 'localhost';
const PORT = 3306;
const DBNAME = 'test_database';
const DBNAME = 'test_database';
const USER = 'root';
const PASSWORD = 'password';
}
Loading

0 comments on commit f2fa003

Please sign in to comment.