@@ -5,14 +5,14 @@ |
||
5 | 5 | { |
6 | 6 | public function getAllMilestones() |
7 | 7 | { |
8 | - $content = file_get_contents(__DIR__.'/sample-data/devboard/test-hitman/milestones.json'); |
|
8 | + $content = file_get_contents(__DIR__ . '/sample-data/devboard/test-hitman/milestones.json'); |
|
9 | 9 | |
10 | 10 | return json_decode($content, true); |
11 | 11 | } |
12 | 12 | |
13 | 13 | public function getAllIssues() |
14 | 14 | { |
15 | - $content = file_get_contents(__DIR__.'/sample-data/devboard/test-hitman/issues.json'); |
|
15 | + $content = file_get_contents(__DIR__ . '/sample-data/devboard/test-hitman/issues.json'); |
|
16 | 16 | |
17 | 17 | return json_decode($content, true); |
18 | 18 | } |