Skip to content

Commit be0b8f0

Browse files
committed
fixed CS
1 parent 9800cdd commit be0b8f0

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/AssetsHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function setUp()
2525
$fooPackage = new Package(new StaticVersionStrategy('42', '%s?v=%s'));
2626
$barPackage = new Package(new StaticVersionStrategy('22', '%s?%s'));
2727

28-
$packages = new Packages($fooPackage, ['bar' => $barPackage]);
28+
$packages = new Packages($fooPackage, array('bar' => $barPackage));
2929

3030
$this->helper = new AssetsHelper($packages);
3131
}

src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Symfony\Component\DependencyInjection\ContainerInterface;
2222
use Symfony\Component\DependencyInjection\Definition;
2323
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
24-
use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
2524
use Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException;
2625
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
2726
use Symfony\Component\DependencyInjection\Loader\ClosureLoader;

src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Symfony\Component\Validator\Constraints\NotNull;
2222
use Symfony\Component\Validator\Constraints\NotBlank;
2323
use Symfony\Component\Validator\Constraints\Valid;
24-
use Symfony\Component\Validator\ExecutionContextInterface;
2524
use Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest;
2625

2726
/**

src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Tests\Extension\Validator;
1313

1414
use Symfony\Component\Form\Extension\Validator\ValidatorExtension;
15-
use Symfony\Component\Validator\ValidatorInterface;
1615

1716
class ValidatorExtensionTest extends \PHPUnit_Framework_TestCase
1817
{

0 commit comments

Comments
 (0)