PSR-2 fixes
This commit is contained in:
parent
518fe175b8
commit
aaf09e61c1
3 changed files with 5 additions and 4 deletions
|
@ -27,7 +27,7 @@ class FormatTalksTest extends TestCase
|
|||
*/
|
||||
public function testFormat()
|
||||
{
|
||||
$event_data = [
|
||||
$event_data = [
|
||||
'event-a' => [
|
||||
'name' => 'Event A',
|
||||
'location' => 'Somewhere',
|
||||
|
@ -40,7 +40,7 @@ class FormatTalksTest extends TestCase
|
|||
],
|
||||
];
|
||||
|
||||
$talks = [
|
||||
$talks = [
|
||||
[
|
||||
'title' => 'Talk A',
|
||||
'events' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue