Completed
Push — master ( 2aba8e...47e2a2 )
by Andrey
04:14 queued 01:19
created
class/Cell.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace EFParser;
4 4
 
5
-use EFParserInterface\ICellParser,
6
-    EFParserInterface\IExcel;
5
+use EFParserInterface\ICellParser;
6
+use EFParserInterface\IExcel;
7 7
 /**
8 8
  * Class Cell
9 9
  * Класс для парсинга ячеек
Please login to merge, or discard this patch.