Skip to content

Commit

Permalink
Removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Dec 19, 2019
1 parent 356ec69 commit 90188be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Subscriber/FieldsAndExtendSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function FilterFields(GetResponseForControllerResultEvent $event)
}

// Its possible to nest fields for filterins
foreach($fields as $key->$value){
foreach($fields as $key => $value){
// Lets check if the fields contain one or more .'s
if (strpos($value, '.') !== false) {
// This is where it gets complicated couse it could go on indevinitly
Expand Down

0 comments on commit 90188be

Please sign in to comment.