Passed
Branch 1.x (8faa3b)
by Ulises Jeremias
03:37
created
Mbh/Collection/Interfaces/Collection.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -14,13 +14,13 @@
 block discarded – undo
14 14
 use Traversable;
15 15
 
16 16
 /**
17
-  * Collection is the base interface which covers functionality common to all the
18
-  * data structures in this library. It guarantees that all structures are
19
-  * traversable, countable, and can be converted to json using json_encode().
20
-  *
21
-  * @package structures
22
-  * @author Ulises Jeremias Cornejo Fandos <[email protected]>
23
-  */
17
+ * Collection is the base interface which covers functionality common to all the
18
+ * data structures in this library. It guarantees that all structures are
19
+ * traversable, countable, and can be converted to json using json_encode().
20
+ *
21
+ * @package structures
22
+ * @author Ulises Jeremias Cornejo Fandos <[email protected]>
23
+ */
24 24
 
25 25
 interface Collection extends Iterator, Countable, JsonSerializable
26 26
 {
Please login to merge, or discard this patch.