Skip to content

Commit

Permalink
Update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Oct 25, 2023
1 parent 9650ea7 commit 3fd844c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/DependencyInjection/Compiler/LocatorRegistrationPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/
class LocatorRegistrationPass implements CompilerPassInterface
{
/**
* {@inheritdoc}
*/
public function process(ContainerBuilder $container): void
{
$container->getDefinition(Instantiator::class)
Expand Down
3 changes: 0 additions & 3 deletions src/DependencyInjection/DataTablesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
*/
class DataTablesExtension extends Extension
{
/**
* {@inheritdoc}
*/
public function load(array $configs, ContainerBuilder $container): void
{
$configuration = new Configuration();
Expand Down

0 comments on commit 3fd844c

Please sign in to comment.