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

Commit

Permalink
Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
boesing committed Aug 2, 2017
1 parent d8f6e43 commit d67f2d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

class ConfigProvider
{

/**
* Return configuration for this component.
*
* @return array
*/
public function __invoke()
Expand All @@ -23,6 +23,7 @@ public function __invoke()

/**
* Return dependency mappings for this component.
*
* @return array
*/
public function getDependencyConfig()
Expand Down

0 comments on commit d67f2d4

Please sign in to comment.