Skip to content

Commit ca03254

Browse files
committed
PSR2 fixes
1 parent e9087e9 commit ca03254

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Message/AIMResponse.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public function __construct(RequestInterface $request, $data)
6666

6767
$response = array();
6868

69-
foreach($response_fields as $field)
70-
{
69+
foreach ($response_fields as $field) {
7170
$response[$field] = array_shift($temp);
7271
}
7372

0 commit comments

Comments
 (0)