Update PHP-CS-Fixer to version 3.93.0 in composer dependencies

This commit is contained in:
2026-01-29 12:27:56 +00:00
parent f9a9de1148
commit 9997fb287a
14 changed files with 18 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ abstract class AbstractWidgetFactory implements WidgetFactoryInterface
* Will create the definition by returning the definition from the `services.yml`
* file (or `services.xml` or `what-you-want.yml`).
*
* @see \Chill\MainBundle\DependencyInjection\Widget\Factory\WidgetFactoryInterface::createDefinition()
* @see WidgetFactoryInterface::createDefinition()
*/
public function createDefinition(ContainerBuilder $containerBuilder, $place, $order, array $config)
{