Completed
Push — master ( 2aba8e...47e2a2 )
by Andrey
04:14 queued 01:19
created
class/Cell.php 1 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.