Skip to content

Commit

Permalink
Fixed another instance of PHP 5.4 array syntax. Thanks Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Oct 8, 2014
1 parent a1d5b30 commit 0db559e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Aws/DynamoDb/Resources/dynamodb-2012-08-10.php
Expand Up @@ -440,14 +440,14 @@
),
),
),
'models' => [
'JsonOutput' => [
'models' => array(
'JsonOutput' => array(
'type' => 'object',
'additionalProperties' => [
'additionalProperties' => array(
'location' => 'json',
]
],
],
)
),
),
'iterators' => array(
'BatchGetItem' => array(
'input_token' => 'RequestItems',
Expand Down

0 comments on commit 0db559e

Please sign in to comment.