| @@ -45,7 +45,7 @@ | ||
| 45 | 45 | |
| 46 | 46 | public function testLoadingMultipleFiles() | 
| 47 | 47 |      { | 
| 48 | - $model = new FileLoaderBehaviorMock(['multiple' => true,]); | |
| 48 | + $model = new FileLoaderBehaviorMock(['multiple' => true, ]); | |
| 49 | 49 | $model->validate(); | 
| 50 | 50 | $this->assertNotEmpty($model->file); | 
| 51 | 51 | $this->assertTrue(is_array($model->file)); |