@@ -236,8 +236,8 @@ |
||
236 | 236 | if (isset($mapping['calculated']) && is_array($mapping['calculated'])) { |
237 | 237 | $calculated = $mapping['calculated']; |
238 | 238 | if (isset($calculated['class']) && isset($calculated['method'])) { |
239 | - $attribute->calculated['class'] = $calculated['class']; |
|
240 | - $attribute->calculated['method'] = $calculated['method']; |
|
239 | + $attribute->calculated['class'] = $calculated['class']; |
|
240 | + $attribute->calculated['method'] = $calculated['method']; |
|
241 | 241 | } |
242 | 242 | } |
243 | 243 |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * |
25 | 25 | * @var string |
26 | 26 | */ |
27 | - private $prefix = 'ModlrData'; |
|
27 | + private $prefix = 'ModlrData'; |
|
28 | 28 | |
29 | 29 | /** |
30 | 30 | * Constructor. |
@@ -45,7 +45,6 @@ |
||
45 | 45 | /** |
46 | 46 | * Returns a set of autocomplete results for a model type, attribute key, and search value. |
47 | 47 | * |
48 | - * @param string $typeKey |
|
49 | 48 | * @param string $attributeKey |
50 | 49 | * @param string $searchValue |
51 | 50 | * @return AutocompleteResult[] |
@@ -64,7 +64,7 @@ |
||
64 | 64 | * @param int $limit The number of Models to limit. |
65 | 65 | * @return Collection |
66 | 66 | */ |
67 | - public function findQuery($typeKey, array $criteria, array $fields = [], array $sort = [], array $inclusions =[], $offset = 0, $limit = 0); |
|
67 | + public function findQuery($typeKey, array $criteria, array $fields = [], array $sort = [], array $inclusions = [], $offset = 0, $limit = 0); |
|
68 | 68 | |
69 | 69 | /** |
70 | 70 | * Creates a new model. |
@@ -9,5 +9,5 @@ |
||
9 | 9 | */ |
10 | 10 | class Events |
11 | 11 | { |
12 | - const onMetadataLoad = 'onMetadataLoad'; |
|
12 | + const onMetadataLoad = 'onMetadataLoad'; |
|
13 | 13 | } |