Completed
Push — master ( ae0103...9b98c5 )
by Joao
04:23 queued 56s
created
src/Dataset/IteratorFilter.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,6 @@  discard block
 block discarded – undo
140 140
 
141 141
     /**
142 142
      * Add a "("
143
-
144 143
      */
145 144
     public function startGroup()
146 145
     {
@@ -149,7 +148,6 @@  discard block
 block discarded – undo
149 148
 
150 149
     /**
151 150
      * Add a ")"
152
-
153 151
      */
154 152
     public function endGroup()
155 153
     {
Please login to merge, or discard this patch.
src/Dataset/AnyDataset.php 1 patch
Indentation   -4 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
  * Anydataset files have extension ".anydata.xml" and have many classes to put and get data into anydataset xml file.
14 14
  * Anydataset class just read and write files. To search elements you need use AnyIterator
15 15
  * and IteratorFilter. Each row have a class Row.
16
-
17 16
  * XML Structure
18 17
  * <code>
19 18
  * <anydataset>
@@ -28,17 +27,14 @@  discard block
 block discarded – undo
28 27
  *    </row>
29 28
  * </anydataset>
30 29
  * </code>
31
-
32 30
  * How to use:
33 31
  * <code>
34 32
  * $any = new AnyDataset();
35 33
  * </code>
36
-
37 34
  *
38 35
 *@see Row
39 36
  * @see AnyIterator
40 37
  * @see IteratorFilter
41
-
42 38
  */
43 39
 class AnyDataset
44 40
 {
Please login to merge, or discard this patch.