Showing 283 of 290 total issues
Closing brace must be on a line by itself 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 each(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function findIndex(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
function _arity(Callable $fn) {
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 12 Open
Open
if ($a__ && $b__) {
- Exclude checks
Expected 1 space after ELSE keyword; newline found Open
Open
} else
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($a__ && $b__) {
- 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
Opening brace should be on a new line Open
Open
public static function propEq(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function propSatisfies(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function find(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function compose(...$fns) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function not(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
function _curry2($fn) {
- 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
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
Opening brace should be on a new line Open
Open
public static function partition(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function reduce(...$args) {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function every(...$args) {
- Exclude checks
Usage of ELSE IF is discouraged; use ELSEIF instead Open
Open
} else if ($a__) {
- Exclude checks