mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix phpcs error
This commit is contained in:
parent
09b3a24f30
commit
265f91060c
@ -136,7 +136,7 @@ class ContentNegotiator
|
|||||||
}
|
}
|
||||||
|
|
||||||
$negotiator = new ContentNegotiator();
|
$negotiator = new ContentNegotiator();
|
||||||
$negotiator->$chosenFormat( $response );
|
$negotiator->$chosenFormat($response);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user