@@ -490,7 +490,7 @@ |
||
490 | 490 | } |
491 | 491 | $outData = $result->getData(); |
492 | 492 | if (is_object($outData)) { |
493 | - $outData = (array)$outData; |
|
493 | + $outData = (array) $outData; |
|
494 | 494 | } |
495 | 495 | |
496 | 496 | if (!is_array($outData)) { |
@@ -144,7 +144,7 @@ |
||
144 | 144 | } |
145 | 145 | |
146 | 146 | /** |
147 | - * @return mixed |
|
147 | + * @return boolean |
|
148 | 148 | */ |
149 | 149 | protected function checkIsCaching() |
150 | 150 | { |
@@ -134,7 +134,7 @@ |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | - * @return mixed |
|
137 | + * @return boolean |
|
138 | 138 | */ |
139 | 139 | protected function getIsCaching() |
140 | 140 | { |