@@ -133,7 +133,6 @@ discard block |
||
133 | 133 | * $obj = $c->findPk(array(12, 34), $con); |
134 | 134 | * </code> |
135 | 135 | * |
136 | - * @param array[$id, $locale] $key Primary key to use for the query |
|
137 | 136 | * @param ConnectionInterface $con an optional connection object |
138 | 137 | * |
139 | 138 | * @return ChildBannerImageI18n|array|mixed the result, formatted by the current formatter |
@@ -478,7 +477,7 @@ discard block |
||
478 | 477 | /** |
479 | 478 | * Filter the query by a related \xbanners\models\BannerImage object |
480 | 479 | * |
481 | - * @param \xbanners\models\BannerImage|ObjectCollection $bannerImage The related object(s) to use as filter |
|
480 | + * @param BannerImage $bannerImage The related object(s) to use as filter |
|
482 | 481 | * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL |
483 | 482 | * |
484 | 483 | * @throws \Propel\Runtime\Exception\PropelException |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | * $obj = $c->findPk(12, $con); |
166 | 166 | * </code> |
167 | 167 | * |
168 | - * @param mixed $key Primary key to use for the query |
|
168 | + * @param integer $key Primary key to use for the query |
|
169 | 169 | * @param ConnectionInterface $con an optional connection object |
170 | 170 | * |
171 | 171 | * @return ChildBannerImage|array|mixed the result, formatted by the current formatter |
@@ -348,7 +348,7 @@ discard block |
||
348 | 348 | * |
349 | 349 | * @see filterByBanners() |
350 | 350 | * |
351 | - * @param mixed $bannerId The value to use as filter. |
|
351 | + * @param integer $bannerId The value to use as filter. |
|
352 | 352 | * Use scalar values for equality. |
353 | 353 | * Use array values for in_array() equivalent. |
354 | 354 | * Use associative array('min' => $minValue, 'max' => $maxValue) for intervals. |
@@ -698,7 +698,7 @@ discard block |
||
698 | 698 | /** |
699 | 699 | * Filter the query by a related \xbanners\models\Banners object |
700 | 700 | * |
701 | - * @param \xbanners\models\Banners|ObjectCollection $banners The related object(s) to use as filter |
|
701 | + * @param Banners $banners The related object(s) to use as filter |
|
702 | 702 | * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL |
703 | 703 | * |
704 | 704 | * @throws \Propel\Runtime\Exception\PropelException |
@@ -118,7 +118,6 @@ discard block |
||
118 | 118 | * $obj = $c->findPk(array(12, 34), $con); |
119 | 119 | * </code> |
120 | 120 | * |
121 | - * @param array[$id, $locale] $key Primary key to use for the query |
|
122 | 121 | * @param ConnectionInterface $con an optional connection object |
123 | 122 | * |
124 | 123 | * @return ChildBannersI18n|array|mixed the result, formatted by the current formatter |
@@ -364,7 +363,7 @@ discard block |
||
364 | 363 | /** |
365 | 364 | * Filter the query by a related \xbanners\models\Banners object |
366 | 365 | * |
367 | - * @param \xbanners\models\Banners|ObjectCollection $banners The related object(s) to use as filter |
|
366 | + * @param Banners $banners The related object(s) to use as filter |
|
368 | 367 | * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL |
369 | 368 | * |
370 | 369 | * @throws \Propel\Runtime\Exception\PropelException |
@@ -436,7 +436,7 @@ discard block |
||
436 | 436 | * @param string $string |
437 | 437 | * @param integer $part |
438 | 438 | * @param bool $ucFirst |
439 | - * @return array |
|
439 | + * @return string |
|
440 | 440 | */ |
441 | 441 | public function getMorph($string, $part, $ucFirst = false) { |
442 | 442 | |
@@ -806,7 +806,7 @@ discard block |
||
806 | 806 | } |
807 | 807 | |
808 | 808 | /** |
809 | - * @param array $metaArray |
|
809 | + * @param string[] $metaArray |
|
810 | 810 | */ |
811 | 811 | public function setMetaArray($metaArray) { |
812 | 812 |
@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * @param string $string |
46 | 46 | * @param int $case |
47 | - * @return mixed|string |
|
47 | + * @return string |
|
48 | 48 | */ |
49 | 49 | public function morphy($string, $case = 1) { |
50 | 50 |
@@ -355,7 +355,7 @@ discard block |
||
355 | 355 | } |
356 | 356 | |
357 | 357 | /** |
358 | - * @return bool |
|
358 | + * @return false|null |
|
359 | 359 | */ |
360 | 360 | public static function _buildSearchMeta() { |
361 | 361 | |
@@ -378,7 +378,7 @@ discard block |
||
378 | 378 | } |
379 | 379 | |
380 | 380 | /** |
381 | - * @return bool |
|
381 | + * @return false|null |
|
382 | 382 | */ |
383 | 383 | public static function _buildGalleryMeta() { |
384 | 384 | |
@@ -402,7 +402,7 @@ discard block |
||
402 | 402 | |
403 | 403 | /** |
404 | 404 | * @param array $data |
405 | - * @return bool |
|
405 | + * @return false|null |
|
406 | 406 | */ |
407 | 407 | public static function _buildGalleryCategoryMeta($data) { |
408 | 408 | |
@@ -427,7 +427,7 @@ discard block |
||
427 | 427 | |
428 | 428 | /** |
429 | 429 | * @param array $data |
430 | - * @return bool |
|
430 | + * @return false|null |
|
431 | 431 | */ |
432 | 432 | public static function _buildGalleryAlbumMeta($data) { |
433 | 433 | |
@@ -455,7 +455,7 @@ discard block |
||
455 | 455 | |
456 | 456 | /** |
457 | 457 | * @param array $data |
458 | - * @return bool |
|
458 | + * @return false|null |
|
459 | 459 | */ |
460 | 460 | public static function _buildActionSearchMeta($data) { |
461 | 461 |
@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $query |
30 | - * @return mixed |
|
30 | + * @return string|null |
|
31 | 31 | */ |
32 | 32 | public function filter($query) { |
33 | 33 |
@@ -308,7 +308,7 @@ |
||
308 | 308 | } |
309 | 309 | |
310 | 310 | /** |
311 | - * @param $sqlString |
|
311 | + * @param string $sqlString |
|
312 | 312 | */ |
313 | 313 | public function query_from_file($sqlString) { |
314 | 314 |