Skip to content

Commit 7235fc7

Browse files
authored
Merge pull request #3 from PHPJunior/analysis-8mdZJV
Apply fixes from StyleCI
2 parents 33a7d9b + 9e80502 commit 7235fc7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tests/LaravelVideoChatServiceProviderTest.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
* Created by PhpStorm.
44
* User: nyinyilwin
55
* Date: 11/10/17
6-
* Time: 1:20 AM
6+
* Time: 1:20 AM.
77
*/
88

99
namespace PhpJunior\LaravelVideoChat\Tests;
1010

11-
1211
use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
1312
use PhpJunior\LaravelVideoChat\Services\Chat;
1413

@@ -20,4 +19,4 @@ public function testChatIsInjectable()
2019
{
2120
$this->assertIsInjectable(Chat::class);
2221
}
23-
}
22+
}

tests/TestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Created by PhpStorm.
44
* User: nyinyilwin
55
* Date: 11/10/17
6-
* Time: 1:18 AM
6+
* Time: 1:18 AM.
77
*/
88

99
namespace PhpJunior\LaravelVideoChat\Tests;
@@ -24,4 +24,4 @@ protected function getServiceProviderClass($app)
2424
{
2525
return LaravelVideoChatServiceProvider::class;
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)