Skip to content

Commit 03679d9

Browse files
committed
Fix phpdoc and coding standards
This removes the unused use statements which were not catched by PHP-CS-Fixer because of string occurences. It also fixes some invalid phpdoc (scalar is not recognized as a valid type for instance).
1 parent 42eeab1 commit 03679d9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Tests/ContainerBuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
use Symfony\Component\Config\Resource\ResourceInterface;
1818
use Symfony\Component\DependencyInjection\Alias;
19-
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
2019
use Symfony\Component\DependencyInjection\ContainerBuilder;
2120
use Symfony\Component\DependencyInjection\ContainerInterface;
2221
use Symfony\Component\DependencyInjection\Definition;

Tests/Fixtures/containers/container12.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
use Symfony\Component\DependencyInjection\ContainerBuilder;
4-
use Symfony\Component\DependencyInjection\Definition;
54

65
$container = new ContainerBuilder();
76
$container->

Tests/Loader/XmlFileLoaderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\DependencyInjection\ContainerInterface;
1515
use Symfony\Component\DependencyInjection\ContainerBuilder;
1616
use Symfony\Component\DependencyInjection\Reference;
17-
use Symfony\Component\DependencyInjection\Definition;
1817
use Symfony\Component\Config\Loader\Loader;
1918
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
2019
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;

0 commit comments

Comments
 (0)