Skip to content

Commit

Permalink
Use return types
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 5, 2019
1 parent 80a2bf0 commit 69e4f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DependencyInjection/Core23LastFmExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testLoadDefault(): void
$this->assertContainerBuilderHasAlias('core23_lastfm.http.message_factory', 'httplug.message_factory.default');
}

protected function getContainerExtensions(): array
protected function getContainerExtensions()
{
return [
new Core23LastFmExtension(),
Expand Down

0 comments on commit 69e4f44

Please sign in to comment.