automatic code fix
authorwidmogrod <widmogrod@gmail.com>
Sun, 11 Feb 2018 17:07:40 +0000 (18:07 +0100)
committerwidmogrod <widmogrod@gmail.com>
Sun, 18 Feb 2018 17:47:11 +0000 (18:47 +0100)
src/Functional/sublist.php

index 5ecaf64..b001a95 100644 (file)
@@ -80,8 +80,8 @@ const dropWhile = 'Widmogrod\Functional\dropWhile';
  *  | otherwise =  xs
  * ```
  *
- * @param callable $predicate
- * @param Listt $xs
+ * @param  callable $predicate
+ * @param  Listt    $xs
  * @return Listt
  */
 function dropWhile(callable $predicate, Listt $xs = null)