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

Commit 745bd05

Browse files
committed
[] short syntax
1 parent 3d3fa15 commit 745bd05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/ServerRequestTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ public function testRemovingAttributeReturnsCloneWithoutAttribute($request)
9999

100100
public function provideMethods()
101101
{
102-
return array(
103-
array('POST', 'POST'),
104-
array('GET', 'GET'),
105-
array(null, 'GET'),
106-
);
102+
return [
103+
['POST', 'POST'],
104+
['GET', 'GET'],
105+
[null, 'GET'],
106+
];
107107
}
108108

109109
/**

0 commit comments

Comments
 (0)