Fix phpcs error

This commit is contained in:
Christopher Joe 2017-09-20 12:42:45 +12:00
parent 09b3a24f30
commit 265f91060c

View File

@ -136,7 +136,7 @@ class ContentNegotiator
}
$negotiator = new ContentNegotiator();
$negotiator->$chosenFormat( $response );
$negotiator->$chosenFormat($response);
}
/**