Completed
Push — release/1.0 ( e383e1...82bfa1 )
by Johnny
1408:08 queued 1405:52
created
src/Adapter/Filesystem.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
examples/database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     /**
79 79
      * Read the previous scan results from the file system.
80 80
      *
81
-     * @return array
81
+     * @return Report
82 82
      */
83 83
     public function read() {
84 84
         $report = new Report($this->getScan());
Please login to merge, or discard this patch.