@@ -84,7 +84,7 @@ |
||
84 | 84 | * @param array $forbiddenAttributes An array of attributes to never return |
85 | 85 | * @return array Associative array with the users attributes. |
86 | 86 | */ |
87 | - protected function extractAttributes( $data, $forbiddenAttributes = array() ) |
|
87 | + protected function extractAttributes($data, $forbiddenAttributes = array()) |
|
88 | 88 | { |
89 | 89 | $attributes = []; |
90 | 90 | foreach ($data as $row) { |