CS fixes.
Plus add config for StyleCI.
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
||||
class DotNotation
|
||||
{
|
||||
public $person = array(
|
||||
'name' => array('first' => 'Chris', 'last' => 'Firescythe'),
|
||||
'age' => 24,
|
||||
'name' => array('first' => 'Chris', 'last' => 'Firescythe'),
|
||||
'age' => 24,
|
||||
'hometown' => array(
|
||||
'city' => 'Cincinnati',
|
||||
'state' => 'OH',
|
||||
|
||||
Vendored
+1
-1
@@ -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 }}.',
|
||||
);
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ class SectionsNested
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
'name' => 'Von Kaiser',
|
||||
'name' => 'Von Kaiser',
|
||||
'enemies' => array(
|
||||
array('name' => 'Super Macho Man'),
|
||||
array('name' => 'Piston Honda'),
|
||||
@@ -16,7 +16,7 @@ class SectionsNested
|
||||
),
|
||||
),
|
||||
array(
|
||||
'name' => 'Mike Tyson',
|
||||
'name' => 'Mike Tyson',
|
||||
'enemies' => array(
|
||||
array('name' => 'Soda Popinski'),
|
||||
array('name' => 'King Hippo'),
|
||||
@@ -25,7 +25,7 @@ class SectionsNested
|
||||
),
|
||||
),
|
||||
array(
|
||||
'name' => 'Don Flamenco',
|
||||
'name' => 'Don Flamenco',
|
||||
'enemies' => array(
|
||||
array('name' => 'Bald Bull'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user