]> BookStack Code Mirror - bookstack/commitdiff
Updated translators and merged styleci fixes
authorDan Brown <redacted>
Tue, 23 Nov 2021 20:41:12 +0000 (20:41 +0000)
committerDan Brown <redacted>
Tue, 23 Nov 2021 20:41:12 +0000 (20:41 +0000)
.github/translators.txt
app/Entities/Models/Chapter.php
app/Theming/ThemeService.php
tests/Unit/FrameworkAssumptionTest.php

index 57a8714f4fe5989a375461111b51dd6e956fd6fa..8d9601e72a2df8588a0b7effc90f88bf1e61303e 100644 (file)
@@ -199,3 +199,4 @@ M Nafis Al Mukhdi (mnafisalmukhdi1) :: Indonesian
 sulfo :: Danish
 Raukze :: German
 zygimantus :: Lithuanian
+marinkaberg :: Russian
index 8fc2d333dbe43a99321414fb983b185070071c46..08d6608a9e4a5fc77578f50db98100cec91f659f 100644 (file)
@@ -23,6 +23,7 @@ class Chapter extends BookChild
 
     /**
      * Get the pages that this chapter contains.
+     *
      * @return HasMany<Page>
      */
     public function pages(string $dir = 'ASC'): HasMany
index 57336ec5f71d21a3156aa69120fb194d76104a2e..275dc9d8c94d421fa4af8467e98146e73fa4404b 100644 (file)
@@ -5,7 +5,6 @@ namespace BookStack\Theming;
 use BookStack\Auth\Access\SocialAuthService;
 use Illuminate\Console\Application;
 use Illuminate\Console\Application as Artisan;
-use Illuminate\Contracts\Console\Kernel;
 use Symfony\Component\Console\Command\Command;
 
 class ThemeService
index 8ad45612cdfd0ea4673865843886d6f29e53c56b..54d315de94054c2765fa559b3e258a7adb4442c9 100644 (file)
@@ -13,7 +13,6 @@ use Tests\TestCase;
  */
 class FrameworkAssumptionTest extends TestCase
 {
-
     public function test_scopes_error_if_not_existing()
     {
         $this->expectException(BadMethodCallException::class);