Showing 283 of 290 total issues
Closing brace must be on a line by itself Open
Open
return _curry1(function ($_a) use($fn, $b, $c) { return $fn($_a, $b, $c); });
- Exclude checks
Opening brace should be on a new line Open
Open
public static function pipe(...$fns) {
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 12 Open
Open
} else if ($a__) {
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($b__ && $c__) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function includes(...$args) { // TODO: make it work with strings
- Exclude checks
Opening brace should be on a new line Open
Open
public static function pick(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function uniqBy(...$args) {
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 8 Open
Open
case 0:
- Exclude checks
Closing brace must be on a line by itself Open
Open
return function(...$args) use ($fn) { return _curry2($fn)(...$args); };
- Exclude checks
Opening brace should be on a new line Open
Open
function _curry3_2_args($fn, $a, $b) {
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($b__) {
- Exclude checks
Closing brace must be on a line by itself Open
Open
return _curry2(function ($_a, $_b) use ($fn, $c) { return $fn($_a, $_b, $c); });
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry1(function ($_b) use($fn, $a, $c) { return $fn($a, $_b, $c); });
- Exclude checks
Opening brace should be on a new line Open
Open
public static function uniq(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function partial(...$args) {
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 16 Open
Open
return _curry1(function ($_b) use($fn, $a) { return $fn($a, $_b); });
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 12 Open
Open
} else
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry1(function ($_a) use($fn, $b, $c) { return $fn($_a, $b, $c); });
- Exclude checks
Opening brace should be on a new line Open
Open
public static function filter(...$args) {
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry1(function ($_a) use($fn, $b) { return $fn($_a, $b); });
- Exclude checks