@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Redbox\Scan\Adapter; |
| 3 | -use Symfony\Component\Yaml\Yaml; |
|
| 4 | 3 | use Redbox\Scan\Report; |
| 4 | +use Symfony\Component\Yaml\Yaml; |
|
| 5 | 5 | |
| 6 | 6 | /** |
| 7 | 7 | * This is the most basic adaptor on earth. Just read and write |