| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function __construct() |
||
| 15 | { |
||
| 16 | parent::__construct(); |
||
| 17 | |||
| 18 | $this->breadcrumbs->removeListElementClasses('breadcrumb'); |
||
| 19 | $this->breadcrumbs->addCrumb('<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 mr-2" fill="none"' . |
||
| 20 | ' viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" ' . |
||
| 21 | 'stroke-linejoin="round" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2' . |
||
| 22 | ' 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z" /></svg> Blog', route('blog.article.index')); |
||
| 23 | } |
||
| 50 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.