Skip to content

Commit

Permalink
ini comments starting with '#' are deprecated - use ';' instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 24, 2014
1 parent 1ece19a commit 6d0f27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit/Core/Config.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public function testLoadsMultipleVariables() {
host = "localhost"
username = "dbuser"
password = "dbpass"
# comment to confuse things
; comment to confuse things
dbname = "my-db"
# another comment to confuse things
; another comment to confuse things
[app]
production = false
Expand Down

0 comments on commit 6d0f27a

Please sign in to comment.