Skip to content

Commit 65848cf

Browse files
author
Kent Richards
committed
Code style.
1 parent 5851a43 commit 65848cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Bridges/DrupalKernel.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ protected static function mapRequest(ReactRequest $reactRequest, $content) {
8080
$query = $reactRequest->getQuery();
8181
$post = array();
8282

83-
$requestIsPostType = in_array($method, array('POST', 'PUT', 'DELETE', 'PATCH'));
83+
$requestIsPostType = in_array(
84+
$method,
85+
array('POST', 'PUT', 'DELETE', 'PATCH')
86+
);
8487

8588
// Parse body?
8689
if (isset($headers['Content-Type']) && (0 === strpos($headers['Content-Type'], 'application/x-www-form-urlencoded'))

0 commit comments

Comments
 (0)