diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:05:29 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:05:29 +0200 |
commit | 10fb7d17b2025de4963da8b0108fda4da36ade11 (patch) | |
tree | e408495939d1bd6f9e693cebb9dd54e767fedb49 /tests/mocks/database | |
parent | 3da611e5b4c9cda8d70975d638f6f05066e46bc4 (diff) |
[ci skip] Normalize tabs/spaces
Partial changes from PR #4016
Diffstat (limited to 'tests/mocks/database')
-rw-r--r-- | tests/mocks/database/schema/skeleton.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/database/schema/skeleton.php b/tests/mocks/database/schema/skeleton.php index 5fe5b0f30..888236ff3 100644 --- a/tests/mocks/database/schema/skeleton.php +++ b/tests/mocks/database/schema/skeleton.php @@ -131,7 +131,7 @@ class Mock_Database_Schema_Skeleton { 'job' => array( array('id' => 1, 'name' => 'Developer', 'description' => 'Awesome job, but sometimes makes you bored'), array('id' => 2, 'name' => 'Politician', 'description' => 'This is not really a job'), - array('id' => 3, 'name' => 'Accountant', 'description' => 'Boring job, but you will get free snack at lunch'), + array('id' => 3, 'name' => 'Accountant', 'description' => 'Boring job, but you will get free snack at lunch'), array('id' => 4, 'name' => 'Musician', 'description' => 'Only Coldplay can actually called Musician') ), 'misc' => array( |