Showing 283 of 290 total issues
Opening brace should be on a new line Open
Open
public static function prop(...$args) {
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 12 Open
Open
} else if($b__) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function splitAt(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function merge($obj, ...$objs) {
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 16 Open
Open
return _curry1(function ($_a) use($fn, $b) { return $fn($_a, $b); });
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if($b__) {
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
} else if($b__) {
- Exclude checks
Closing brace must be on a line by itself Open
Open
return _curry1(function ($_c) use ($fn, $a, $b) { return $fn($a, $b, $_c); });
- Exclude checks
Opening brace must be the last content on the line Open
Open
return _curry2(function ($_a, $_c) use($fn, $b) { return $fn($_a, $b, $_c); });
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 8 Open
Open
default:
- Exclude checks
Opening brace should be on a new line Open
Open
function _curry3_3_args($fn, $a, $b, $c) {
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($a__ && $c__) {
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($a__) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function flatMap(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function sort(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function map(...$args) {
- Exclude checks
Closing brace must be on a line by itself Open
Open
return _curry2(function ($_a, $_c) use($fn, $b) { return $fn($_a, $b, $_c); });
- Exclude checks
Opening brace must be the last content on the 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
function _curry1($fn) {
- Exclude checks
Closing brace must be on a line by itself Open
Open
return function(...$args) use ($fn) { return _curry1($fn)(...$args); };
- Exclude checks