|
606 | 606 | <code>addExtension</code> |
607 | 607 | </UndefinedInterfaceMethod> |
608 | 608 | </file> |
609 | | - <file src="packages/framework/src/Framework/Concerns/InvokableAction.php"> |
610 | | - <TooManyArguments occurrences="1"> |
611 | | - <code>new static(...$args)</code> |
612 | | - </TooManyArguments> |
613 | | - <UnsafeInstantiation occurrences="1"> |
614 | | - <code>new static(...$args)</code> |
615 | | - </UnsafeInstantiation> |
616 | | - </file> |
617 | 609 | <file src="packages/framework/src/Framework/Concerns/RegistersFileLocations.php"> |
618 | 610 | <MixedArgument occurrences="3"> |
619 | 611 | <code>$location</code> |
|
1458 | 1450 | <MixedInferredReturnType occurrences="1"> |
1459 | 1451 | <code>string</code> |
1460 | 1452 | </MixedInferredReturnType> |
1461 | | - <MixedReturnStatement occurrences="2"> |
| 1453 | + <MixedReturnStatement occurrences="1"> |
1462 | 1454 | <code>$this->__call('compile', [])</code> |
1463 | | - <code>AnonymousViewCompiler::call($this->view, $this->matter->toArray())</code> |
1464 | 1455 | </MixedReturnStatement> |
1465 | 1456 | <PossiblyInvalidFunctionCall occurrences="1"> |
1466 | 1457 | <code>$macro(...$parameters)</code> |
|
1476 | 1467 | <ImplementedReturnTypeMismatch occurrences="1"> |
1477 | 1468 | <code>array{name: string, path: string}</code> |
1478 | 1469 | </ImplementedReturnTypeMismatch> |
1479 | | - <TooManyArguments occurrences="1"> |
1480 | | - <code>new static($path, ...$args)</code> |
1481 | | - </TooManyArguments> |
1482 | 1470 | <UnsafeInstantiation occurrences="1"> |
1483 | | - <code>new static($path, ...$args)</code> |
| 1471 | + <code>new static($path)</code> |
| 1472 | + </UnsafeInstantiation> |
| 1473 | + </file> |
| 1474 | + <file src="packages/framework/src/Support/Filesystem/SourceFile.php"> |
| 1475 | + <UnsafeInstantiation occurrences="1"> |
| 1476 | + <code>new static($path, $pageClass)</code> |
1484 | 1477 | </UnsafeInstantiation> |
1485 | 1478 | </file> |
1486 | 1479 | <file src="packages/framework/src/Support/Models/Redirect.php"> |
|
0 commit comments