Add type declaration to parameter
This commit is contained in:
parent
5d0a3be4f6
commit
e002365d7f
|
@ -602,7 +602,7 @@ class Photo
|
||||||
* @param string $image_uri The URI of the photo
|
* @param string $image_uri The URI of the photo
|
||||||
* @return string The rid of the photo, or an empty string if the URI is not local
|
* @return string The rid of the photo, or an empty string if the URI is not local
|
||||||
*/
|
*/
|
||||||
public static function ridFromURI($image_uri)
|
public static function ridFromURI(string $image_uri)
|
||||||
{
|
{
|
||||||
if (!stristr($image_uri, DI::baseUrl() . '/photo/')) {
|
if (!stristr($image_uri, DI::baseUrl() . '/photo/')) {
|
||||||
return '';
|
return '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user