Skip to content

Commit 903fee8

Browse files
committed
refactor: add ()
1 parent 10f5034 commit 903fee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Test/FeatureTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ protected function populateGlobals(string $method, Request $request, ?array $par
339339
{
340340
// $params should set the query vars if present,
341341
// otherwise set it from the URL.
342-
$get = ! empty($params) && $method === 'get'
342+
$get = (! empty($params) && $method === 'get')
343343
? $params
344344
: $this->getPrivateProperty($request->getUri(), 'query');
345345

0 commit comments

Comments
 (0)