File tree Expand file tree Collapse file tree
lib/CleantalkSP/SpbctWP/Scanner/Stages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,11 +99,6 @@ class SendFilesDTO extends DTO
9999 */
100100 public $ suspicious = [];
101101
102- /**
103- * @var array
104- */
105- public $ unknown = [];
106-
107102 /**
108103 * @var string
109104 */
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1313use CleantalkSP \SpbctWP \Scanner \Stages \Repositories \CriticalRepository ;
1414use CleantalkSP \SpbctWP \Scanner \Stages \Repositories \LinksRepository ;
1515use CleantalkSP \SpbctWP \Scanner \Stages \Repositories \SuspiciousRepository ;
16- use CleantalkSP \SpbctWP \Scanner \Stages \Repositories \UnknownRepository ;
1716use CleantalkSP \SpbctWP \Scanner \Surface ;
1817use CleantalkSP \Variables \Request ;
1918
@@ -121,9 +120,6 @@ private function gatherFileData($dto)
121120 $ suspicious = new SuspiciousRepository ();
122121 $ dto ->suspicious = $ suspicious ->getResultData ();
123122
124- $ unknown = new UnknownRepository ();
125- $ dto ->unknown = $ unknown ->getResultData ();
126-
127123 if ( ! empty ($ dto ->critical )) {
128124 $ dto ->failed_files = json_encode ($ dto ->critical );
129125 $ dto ->failed_files_rows = count ($ dto ->critical );
You can’t perform that action at this time.
0 commit comments