We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 2 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | abstract class BaseCrudPanel extends BaseTestClass |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var CrudPanel |
||
| 13 | */ |
||
| 14 | protected $crudPanel; |
||
| 15 | |||
| 16 | protected $model; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Setup the test environment. |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | protected function setUp(): void |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Define environment setup. |
||
| 37 | * |
||
| 38 | * @param \Illuminate\Foundation\Application $app |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | protected function getEnvironmentSetUp($app) |
||
| 52 | } |
||
| 53 | }; |
||
| 54 | }); |
||
| 57 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.