Showing 283 of 290 total issues
Closing brace must be on a line by itself Open
Open
return _curry2(function ($_b, $_c) use ($fn, $a) { return $fn($a, $_b, $_c); });
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($c__) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function reverse(...$args) {
- Exclude checks
Opening brace must be the last content on the line Open
Open
return function(...$args) use ($fn) { return _curry1($fn)(...$args); };
- Exclude checks
Opening brace must be the last content on the line Open
Open
return function(...$args) use ($fn) { return _curry2($fn)(...$args); };
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 16 Open
Open
return $fn;
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry2(function ($_b, $_c) use ($fn, $a) { return $fn($a, $_b, $_c); });
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 8 Open
Open
case 1:
- Exclude checks
Closing brace must be on a line by itself Open
Open
return _curry1(function ($_a) use($fn, $b) { return $fn($_a, $b); });
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry1(function ($_b) use($fn, $a) { return $fn($a, $_b); });
- Exclude checks
Closing brace must be on a line by itself Open
Open
return _curry1(function ($_b) use($fn, $a) { return $fn($a, $_b); });
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry1(function ($_c) use ($fn, $a, $b) { return $fn($a, $b, $_c); });
- Exclude checks
Opening brace should be on a new line Open
Open
public static function some(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function props(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function propOr(...$args) {
- Exclude checks
Opening brace must be the last content on the line Open
Open
? function(...$objs) use ($obj) { return array_merge($obj, ...$objs); }
- Exclude checks
Closing brace must be on a line by itself Open
Open
? function(...$objs) use ($obj) { return array_merge($obj, ...$objs); }
- Exclude checks
Opening brace should be on a new line Open
Open
function _call_fn_right_arity(callable $fn, array $args) {
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($a__) {
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry2(function ($_a, $_b) use ($fn, $c) { return $fn($_a, $_b, $c); });
- Exclude checks