@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * private function to load a gallery by the slug. |
87 | 87 | * Will be used when loading gallery shortcodes |
88 | - * @param $slug |
|
88 | + * @param string $slug |
|
89 | 89 | */ |
90 | 90 | private function load_by_slug( $slug ) { |
91 | 91 | if ( ! empty( $slug ) ) { |
@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | |
106 | 106 | /** |
107 | 107 | * Static function to build a dynamic gallery that does not exist in the database |
108 | - * @param $template |
|
108 | + * @param string $template |
|
109 | 109 | * @param $attachment_ids |
110 | 110 | * |
111 | 111 | * @return FooGallery |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | /** |
295 | 295 | * @deprecated 1.3.0 This is now moved into the datasource implementation |
296 | 296 | * |
297 | - * @return int|mixed|string |
|
297 | + * @return integer |
|
298 | 298 | */ |
299 | 299 | public function find_featured_attachment_id() { |
300 | 300 | _deprecated_function( __FUNCTION__, '1.3.0' ); |