Fixed code style and indentations

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-05-03 14:50:59 +03:00
parent aaf6c844fb
commit 030913e7f0
3 changed files with 11 additions and 10 deletions

View File

@@ -179,4 +179,4 @@ class ArrayDataProviderTest extends TestCase
$dataProvider = new ArrayDataProvider(['allModels' => $mixedArray, 'pagination' => $pagination]);
$this->assertEquals(['key1', 9], $dataProvider->getKeys());
}
}
}