Updated translators and merged styleci fixes

This commit is contained in:
Dan Brown 2021-11-23 20:41:12 +00:00
parent f63d7f60aa
commit cd7788f2e9
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
4 changed files with 2 additions and 2 deletions

View File

@ -199,3 +199,4 @@ M Nafis Al Mukhdi (mnafisalmukhdi1) :: Indonesian
sulfo :: Danish sulfo :: Danish
Raukze :: German Raukze :: German
zygimantus :: Lithuanian zygimantus :: Lithuanian
marinkaberg :: Russian

View File

@ -23,6 +23,7 @@ class Chapter extends BookChild
/** /**
* Get the pages that this chapter contains. * Get the pages that this chapter contains.
*
* @return HasMany<Page> * @return HasMany<Page>
*/ */
public function pages(string $dir = 'ASC'): HasMany public function pages(string $dir = 'ASC'): HasMany

View File

@ -5,7 +5,6 @@ namespace BookStack\Theming;
use BookStack\Auth\Access\SocialAuthService; use BookStack\Auth\Access\SocialAuthService;
use Illuminate\Console\Application; use Illuminate\Console\Application;
use Illuminate\Console\Application as Artisan; use Illuminate\Console\Application as Artisan;
use Illuminate\Contracts\Console\Kernel;
use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Command\Command;
class ThemeService class ThemeService

View File

@ -13,7 +13,6 @@ use Tests\TestCase;
*/ */
class FrameworkAssumptionTest extends TestCase class FrameworkAssumptionTest extends TestCase
{ {
public function test_scopes_error_if_not_existing() public function test_scopes_error_if_not_existing()
{ {
$this->expectException(BadMethodCallException::class); $this->expectException(BadMethodCallException::class);