@@ -81,7 +81,7 @@ |
||
81 | 81 | switch ($option) { |
82 | 82 | case 'identity_class': |
83 | 83 | case 'attribute_map_class': |
84 | - $this->{$option} = (string) $value; |
|
84 | + $this->{$option} = (string)$value; |
|
85 | 85 | |
86 | 86 | break; |
87 | 87 | default: |
@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | break; |
75 | 75 | case 'attr_sync_cache': |
76 | - $this->attr_sync_cache = (int) $value; |
|
76 | + $this->attr_sync_cache = (int)$value; |
|
77 | 77 | |
78 | 78 | break; |
79 | 79 | case 'identity_attribute': |