Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Passed
Push — main ( 89f4c3...d0dc3f )
by Pedro
34:29 queued 19:36
created

TestModelWithTranslations

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 3
c 0
b 0
f 0
wmc 0
1
<?php
2
3
namespace Backpack\CRUD\Tests\config\Models;
4
5
class TestModelWithTranslations extends TestModel
6
{
7
    use Traits\HasTranslationsFake;
8
}
9