Skip to content

Commit b99018d

Browse files
committed
Replace a short array syntax
1 parent deb0914 commit b99018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/FOSRestExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ public static function getShowExceptionData()
642642

643643
public function testGetConfiguration()
644644
{
645-
$configuration = $this->extension->getConfiguration([], $this->container);
645+
$configuration = $this->extension->getConfiguration(array(), $this->container);
646646

647647
$this->assertInstanceOf('FOS\RestBundle\DependencyInjection\Configuration', $configuration);
648648
}

0 commit comments

Comments
 (0)