mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-28 21:15:41 +00:00
php cs fixer with latest version
This commit is contained in:
@@ -13,5 +13,5 @@ namespace Chill\DocGeneratorBundle\GeneratorDriver;
|
||||
|
||||
interface DriverInterface
|
||||
{
|
||||
public function generateFromString(string $template, string $resourceType, array $data, string $templateName = null): string;
|
||||
public function generateFromString(string $template, string $resourceType, array $data, ?string $templateName = null): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user