Skip to content

Commit 5b1920b

Browse files
binarykgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6e672a7 commit 5b1920b

File tree

9 files changed

+3
-11
lines changed

9 files changed

+3
-11
lines changed

src/Traits/InteractsWithRestifyRepositories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
trait InteractsWithRestifyRepositories
99
{
10-
/**
10+
/**
1111
* Register the application's Rest resources.
1212
*
1313
* @throws ReflectionException

tests/Controllers/RepositoryLoadedFromServiceProviderTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ public function test_repositories_can_be_loaded_with_service_provider_register_m
2727
string $directory,
2828
string $namespace,
2929
?string $serviceProvider = null,
30-
): void
31-
{
32-
if (!$serviceProvider) {
30+
): void {
31+
if (! $serviceProvider) {
3332
$this->markTestSkipped('No service provider was found in directory '.$directory.' skipping this iteration.');
3433
}
3534

tests/Fixtures/App/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class User extends \Binaryk\LaravelRestify\Tests\Fixtures\User\User
66
{
7-
87
}

tests/Fixtures/CustomNamespace/PackageA/Restify/UserRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class UserRepository extends \Binaryk\LaravelRestify\Tests\Fixtures\User\UserRepository
66
{
7-
87
}

tests/Fixtures/CustomNamespace/PackageB/Restify/CompanyRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class CompanyRepository extends \Binaryk\LaravelRestify\Tests\Fixtures\Company\CompanyRepository
66
{
7-
87
}

tests/Fixtures/CustomNamespace/PackageB/Restify/UserRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class UserRepository extends \Binaryk\LaravelRestify\Tests\Fixtures\User\UserRepository
66
{
7-
87
}

tests/Fixtures/CustomNamespace/PackageC/Restify/CommentRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class CommentRepository extends \Binaryk\LaravelRestify\Tests\Fixtures\Comment\CommentRepository
66
{
7-
87
}

tests/Fixtures/CustomNamespace/PackageC/Restify/PostRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class PostRepository extends \Binaryk\LaravelRestify\Tests\Fixtures\Post\PostRepository
66
{
7-
87
}

tests/Fixtures/CustomNamespace/PackageC/Restify/UserRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class UserRepository extends \Binaryk\LaravelRestify\Tests\Fixtures\User\UserRepository
66
{
7-
87
}

0 commit comments

Comments
 (0)