Apply fixes from StyleCI (#785)

This commit is contained in:
Phan An 2018-08-22 21:14:56 +02:00 committed by GitHub
parent 6cadfc5ac3
commit daf250fd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
<?php
namespace App\Services\Streamers {
function file_exists() {
function file_exists()
{
return true;
}
}
@ -75,7 +76,7 @@ namespace Tests\Integration\Factories {
* @dataProvider provideStreamingConfigData
*
* @param string|null $config
* @param string $expectedClass
* @param string $expectedClass
*/
public function testCreatePHPStreamer($config, $expectedClass)
{