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
Pull Request — main (#5478)
by Cristian
29:45 queued 14:44
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