Skip to content

Commit

Permalink
Little change so code coverage will be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Sep 26, 2014
1 parent a0d9efb commit 001560d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Koine/Parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ protected function valueIsEmpty($value)
is_object($value) &&
get_class($value) === 'Koine\Parameters' &&
$value->isEmpty()
)
||
(is_array($value) && !count($value));
) || (is_array($value) && !count($value));
}

/**
Expand Down

0 comments on commit 001560d

Please sign in to comment.