Completed
Push — master ( 88fae4...fdf1a5 )
by Askupa
01:52
created

edit-field.php (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
3
namespace Amarkal\Taxonomy;
4
5
class EditField
6
extends \Amarkal\UI\AbstractComponent
0 ignored issues
show
The extends keyword must be on the same line as the class name
Loading history...
7
{
8
    public function get_script_path() 
9
    {
10
        return __DIR__.'/edit-field.phtml';
11
    }
12
}