chore: coding style

This commit is contained in:
Nuno Maduro
2020-05-21 21:48:47 +02:00
parent 6c4be0190e
commit 9a179d2891
3 changed files with 8 additions and 7 deletions

View File

@ -95,6 +95,9 @@
PASS Tests\Playground
✓ basic
PASS Tests\Plugins\Traits
✓ it allows global uses
PASS Tests\Unit\Actions\AddsCoverage
✓ it adds coverage if --coverage exist
✓ it adds coverage if --min exist
@ -132,5 +135,5 @@
WARN Tests\Visual\Success
s visual snapshot of test suite on success
Tests: 6 skipped, 69 passed
Time: 2.63s
Tests: 6 skipped, 70 passed
Time: 2.68s

View File

@ -6,7 +6,7 @@ if (class_exists(NunoMaduro\Collision\Provider::class)) {
trait PluginTrait
{
function assertPluginTraitGotRegistered(): void
public function assertPluginTraitGotRegistered(): void
{
assertTrue(true);
}