| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | public static function invalidHtml(string $componentHtml, BladeXComponent $bladeXComponent) |
||
| 11 | { |
||
| 12 | return new static("Could not parse a usage of BladeX component `{$bladeXComponent->name}` that uses the `{$bladeXComponent->bladeViewName}` view because of invalid html. Html found: `{$componentHtml}`."); |
||
| 13 | } |
||
| 14 | } |
||
| 15 |