Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit bbfc6b5

Browse files
turrsisweierophinney
authored andcommitted
fix cs2
1 parent 820f2c8 commit bbfc6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestAsset/ConstructedElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ConstructedElement extends Element
1717
* @param null|int|string $name
1818
* @param array $options
1919
*/
20-
public function __construct($name = null, $options = array())
20+
public function __construct($name = null, $options = [])
2121
{
2222
if (isset($options['constructedKey'])) {
2323
$this->constructedKey = $options['constructedKey'];

0 commit comments

Comments
 (0)