Updated translators and merged styleci fixes
This commit is contained in:
		
							parent
							
								
									f63d7f60aa
								
							
						
					
					
						commit
						cd7788f2e9
					
				| 
						 | 
					@ -199,3 +199,4 @@ M Nafis Al Mukhdi (mnafisalmukhdi1) :: Indonesian
 | 
				
			||||||
sulfo :: Danish
 | 
					sulfo :: Danish
 | 
				
			||||||
Raukze :: German
 | 
					Raukze :: German
 | 
				
			||||||
zygimantus :: Lithuanian
 | 
					zygimantus :: Lithuanian
 | 
				
			||||||
 | 
					marinkaberg :: Russian
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue