mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Apply fixes from StyleCI (#785)
This commit is contained in:
parent
6cadfc5ac3
commit
daf250fd00
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue