Skip to content

Commit

Permalink
Added to Mapping class addIncludedResource, getIncludedResources and …
Browse files Browse the repository at this point in the history
…isFilteringIncludedResources methods
  • Loading branch information
nilportugues committed Dec 6, 2015
1 parent 2837f25 commit 7e23933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transformer/Helpers/RecursiveFilterHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static function filterKeys(
array &$idProperties
) {
foreach ($array as $key => &$value) {
if (self::isPreservableKey($key, $keepKeys, $idProperties)
if (self::isPreservableKey($key, $keepKeys, $idProperties)
|| false === in_array($key, $mappings[$typeKey]->getProperties())
) {
$newArray[$key] = $value;
Expand Down

0 comments on commit 7e23933

Please sign in to comment.