Skip to content

Commit e3574ae

Browse files
authored
Merge pull request #21 from CodeLingoBot/rewrite-daftspunk-laravel-config-writer-psr2-lower-case-constant-values
Change PHP keywords to comply with PSR2
2 parents d55825c + 42bc0d8 commit e3574ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/Config/sample-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
'debug' => true,
1717

18-
'debugAgain' => FALSE,
18+
'debugAgain' => false,
1919

2020
'bullyIan' => 0,
2121

0 commit comments

Comments
 (0)