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

Commit d67f2d4

Browse files
committed
Remove whitespaces
1 parent d8f6e43 commit d67f2d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ConfigProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
class ConfigProvider
1111
{
12-
1312
/**
1413
* Return configuration for this component.
14+
*
1515
* @return array
1616
*/
1717
public function __invoke()
@@ -23,6 +23,7 @@ public function __invoke()
2323

2424
/**
2525
* Return dependency mappings for this component.
26+
*
2627
* @return array
2728
*/
2829
public function getDependencyConfig()

0 commit comments

Comments
 (0)