@@ -109,7 +109,7 @@ |
||
| 109 | 109 | * |
| 110 | 110 | * @param array $config The configuration. |
| 111 | 111 | * |
| 112 | - * @return array The resources. |
|
| 112 | + * @return string[] The resources. |
|
| 113 | 113 | */ |
| 114 | 114 | protected function getResources(array $config) |
| 115 | 115 | { |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | * Creates a places autocomplete form type. |
| 38 | 38 | * |
| 39 | 39 | * @param \Ivory\GoogleMap\Helper\Places\AutocompleteHelper $autocompleteHelper The autocomplete helper. |
| 40 | - * @param \Ivory\GoogleMapBundle\Form\Type\Request $request The http request. |
|
| 40 | + * @param Request $request The http request. |
|
| 41 | 41 | */ |
| 42 | 42 | public function __construct(AutocompleteHelper $autocompleteHelper, Request $request) |
| 43 | 43 | { |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | * |
| 66 | 66 | * @param \Ivory\GoogleMapBundle\Model\Base\CoordinateBuilder $coordinateBuilder The coordinate builder. |
| 67 | 67 | * |
| 68 | - * @return \Ivory\GoogleMapBundle\Model\Layers\MarkerBuilder The builder. |
|
| 68 | + * @return MarkerBuilder The builder. |
|
| 69 | 69 | */ |
| 70 | 70 | public function setCoordinateBuilder(CoordinateBuilder $coordinateBuilder) |
| 71 | 71 | { |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | * |
| 90 | 90 | * @param string $prefixJavascriptVariable The prefix javascript variable. |
| 91 | 91 | * |
| 92 | - * @return \Ivory\GoogleMapBundle\Model\Layers\MarkerBuilder The builder. |
|
| 92 | + * @return MarkerBuilder The builder. |
|
| 93 | 93 | */ |
| 94 | 94 | public function setPrefixJavascriptVariable($prefixJavascriptVariable) |
| 95 | 95 | { |
@@ -112,10 +112,10 @@ discard block |
||
| 112 | 112 | * Sets the position. |
| 113 | 113 | * |
| 114 | 114 | * @param double $latitude The latitude. |
| 115 | - * @param double $longitude The longitude. |
|
| 115 | + * @param integer $longtitude The longitude. |
|
| 116 | 116 | * @param boolean $noWrap The no wrap. |
| 117 | 117 | * |
| 118 | - * @return \Ivory\GoogleMapBundle\Model\Layers\MarkerBuilder The builder. |
|
| 118 | + * @return MarkerBuilder The builder. |
|
| 119 | 119 | */ |
| 120 | 120 | public function setPosition($latitude, $longtitude, $noWrap = true) |
| 121 | 121 | { |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | * |
| 140 | 140 | * @param string $animation The animation. |
| 141 | 141 | * |
| 142 | - * @return \Ivory\GoogleMapBundle\Model\Layers\MarkerBuilder The builder. |
|
| 142 | + * @return MarkerBuilder The builder. |
|
| 143 | 143 | */ |
| 144 | 144 | public function setAnimation($animation) |
| 145 | 145 | { |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | * |
| 164 | 164 | * @param array $options The options. |
| 165 | 165 | * |
| 166 | - * @return \Ivory\GoogleMapBundle\Model\Layers\MarkerBuilder The builder. |
|
| 166 | + * @return MarkerBuilder The builder. |
|
| 167 | 167 | */ |
| 168 | 168 | public function setOptions(array $options) |
| 169 | 169 | { |