Skip to content

Commit 4840ca4

Browse files
author
Mads Møller
authored
Merge pull request #4 from Napp/analysis-Zl99Y0
Apply fixes from StyleCI
2 parents 6670981 + ca9a33f commit 4840ca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Unit/ExtensionRegistrarTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public function test_it_can_get_all_extensions_with_a_locale()
2323
$this->assertCount(3, $extensions);
2424

2525
$this->assertContains([
26-
'key' => 'extension.foo',
27-
'label' => 'foo extension',
26+
'key' => 'extension.foo',
27+
'label' => 'foo extension',
2828
], $extensions);
2929
}
3030

0 commit comments

Comments
 (0)