Skip to content

Commit ec772e9

Browse files
committed
remove trailing whitespaces
1 parent be303b3 commit ec772e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Flatten.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ public function __construct(
5050

5151
/**
5252
* Flattens a traversable or array into a 1-dimensional array.
53-
*
53+
*
5454
* Each key (fully-qualified key or FQK) in the returned one-dimensional array is the join of all keys leading to
5555
* each (non-traversable) value, in all dimensions, separated by the configured separator.
5656
*
5757
* The configured prefix will be appended to all FQKs, but it will not be separated with the configured separator.
58-
*
58+
*
5959
* @param mixed $var
6060
* @return array 1-dimensional array containing all values from all possible traversable dimensions in given input.
6161
*/

0 commit comments

Comments
 (0)