Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoroosevelt committed Apr 27, 2018
1 parent d437f7a commit 7138d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/JsonApiListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ protected function _includeParameter($includes, Subject $subject, $options)
return;
}

if($options['blacklist'] === true || $options['whitelist'] === false) {
if ($options['blacklist'] === true || $options['whitelist'] === false) {
throw new BadRequestException("The include parameter is not supported");
}

Expand Down

0 comments on commit 7138d74

Please sign in to comment.