mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix PHPStan comment format in ExportGenerator.php
Updated the PHPStan ignore comment to use a single asterisk for consistency with comment style. This change does not affect functionality but improves code readability and adherence to coding standards.
This commit is contained in:
parent
d1d6a00ebf
commit
5ebb53173e
@ -101,7 +101,7 @@ final readonly class ExportGenerator
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @phpstan-ignore-next-line the method "generate" is not yet implemented on all formatters */
|
/* @phpstan-ignore-next-line the method "generate" is not yet implemented on all formatters */
|
||||||
if (method_exists($formatter, 'generate')) {
|
if (method_exists($formatter, 'generate')) {
|
||||||
return $formatter->generate(
|
return $formatter->generate(
|
||||||
$result,
|
$result,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user