Completed
Push — master ( db3bac...a52629 )
by Joao
03:09
created
src/Repository/SocketDataset.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Access a delimited string content from a HTTP server and iterate it.
4
- *
5
- * The string have the format:
6
- * COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3
7
- *
8
- * You can customize the field and row separators.
9
- */
3
+     * Access a delimited string content from a HTTP server and iterate it.
4
+     *
5
+     * The string have the format:
6
+     * COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3
7
+     *
8
+     * You can customize the field and row separators.
9
+     */
10 10
 
11 11
 namespace ByJG\AnyDataset\Repository;
12 12
 
Please login to merge, or discard this patch.