Skip to content

Commit a83cfbe

Browse files
committed
Minor tweaks after comments
1 parent 3644c78 commit a83cfbe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/Resources/views/default/homepage.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<thead>
1616
<tr>
1717
<th>Repository</th>
18-
<th>Needs Review issues & pull requests</th>
18+
<th>Needs Review issues &amp; pull requests</th>
1919
</tr>
2020
</thead>
2121
<tbody>

src/AppBundle/Issues/NullStatusApi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
namespace AppBundle\Issues;
4+
45
use AppBundle\Repository\Repository;
56

67
/**

src/AppBundle/Issues/StatusApi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
namespace AppBundle\Issues;
4+
45
use AppBundle\Repository\Repository;
56

67
/**

0 commit comments

Comments
 (0)