Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Fix php-cs-fixer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Mar 11, 2024
1 parent a4a55a8 commit 4f03307
Show file tree
Hide file tree
Showing 3 changed files with 1,826 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ composer.lock
vendor
.php-cs-fixer.cache
.phpunit.result.cache
!tools/php-cs-fixer/composer.lock
2 changes: 1 addition & 1 deletion src/DependencyInjection/AutoMapperExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class AutoMapperExtension extends Extension
{
public function getConfiguration(array $config, ContainerBuilder $container): null|ConfigurationInterface
public function getConfiguration(array $config, ContainerBuilder $container): ?ConfigurationInterface
{
return new Configuration($container->getParameter('kernel.debug'));
}
Expand Down
Loading

0 comments on commit 4f03307

Please sign in to comment.