Completed
Pull Request — master (#47)
by Rick
03:20
created
src/Abstracts/TraversableCustomType.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
  */
11 11
 abstract class TraversableCustomType extends CustomType implements \IteratorAggregate
12 12
 {
13
-	public function getIterator(): \Traversable
14
-	{
15
-		return new \ArrayIterator($this->data);
16
-	}
13
+ public function getIterator(): \Traversable
14
+ {
15
+  return new \ArrayIterator($this->data);
16
+ }
17 17
 }
18 18
\ No newline at end of file
Please login to merge, or discard this patch.