CS fixes.

Plus add config for StyleCI.
This commit is contained in:
Justin Hileman
2015-03-02 21:53:03 -08:00
parent 4cd8521341
commit 22611a957c
18 changed files with 134 additions and 115 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class I18n
// A *very* small i18n dictionary :)
private static $dictionary = array(
'Hello.' => 'Hola.',
'Hello.' => 'Hola.',
'My name is {{ name }}.' => 'Me llamo {{ name }}.',
);