fix: PHPStan - fusion docblocks createDevisLine (@param + @codeCoverageIgnore)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -226,9 +226,10 @@ class DevisController extends AbstractController
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param array{title?: string, description?: string, priceHt?: string, pos?: string|int, type?: string, serviceId?: string|int} $data
|
||||
*/
|
||||
/** @codeCoverageIgnore */
|
||||
private function createDevisLine(Devis $devis, array $data, string $title, float $priceHt, int $pos): DevisLine
|
||||
{
|
||||
$line = new DevisLine($devis, $title, number_format($priceHt, 2, '.', ''), $pos);
|
||||
|
||||
Reference in New Issue
Block a user