Completed
Push — master ( 2aba8e...47e2a2 )
by Andrey
04:14 queued 01:19
created
class/Cell.php 2 patches
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.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
 use EFParserInterface\ICellParser,
6 6
     EFParserInterface\IExcel;
7 7
 /**
8
- * Class Cell
9
- * Класс для парсинга ячеек
10
- */
8
+     * Class Cell
9
+     * Класс для парсинга ячеек
10
+     */
11 11
 class Cell implements ICellParser
12 12
 {
13 13
     private $parser;
Please login to merge, or discard this patch.