Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Mar 5, 2017
1 parent 261db95 commit eefba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/UpdatePaymentStatusExtension.php
Expand Up @@ -55,7 +55,7 @@ public function onPostExecute(Context $context)
}
/** @var Generic $request */
$request = $context->getRequest();
if (false == $request instanceof Generic || $request instanceof GetStatusInterface) {
if (false === $request instanceof Generic || $request instanceof GetStatusInterface) {
return;
}

Expand Down

0 comments on commit eefba7d

Please sign in to comment.