| @@ -81,7 +81,7 @@ discard block | ||
| 81 | 81 | /** | 
| 82 | 82 | * private function to load a gallery by the slug. | 
| 83 | 83 | * Will be used when loading gallery shortcodes | 
| 84 | - * @param $slug | |
| 84 | + * @param string $slug | |
| 85 | 85 | */ | 
| 86 | 86 |  	private function load_by_slug( $slug ) { | 
| 87 | 87 |  		if ( ! empty( $slug ) ) { | 
| @@ -250,7 +250,7 @@ discard block | ||
| 250 | 250 | /** | 
| 251 | 251 | * @deprecated 1.3.0 This is now moved into the datasource implementation | 
| 252 | 252 | * | 
| 253 | - * @return int|mixed|string | |
| 253 | + * @return integer | |
| 254 | 254 | */ | 
| 255 | 255 |  	public function find_featured_attachment_id() { | 
| 256 | 256 | _deprecated_function( __FUNCTION__, '1.3.0' ); |