Skip to content

Commit b470f48

Browse files
author
Dave Ross
committed
phpDocumentor annotation
1 parent eec7fcb commit b470f48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Providers/OEmbed.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ protected static function getClassFromRequest(Request $request) {
263263
return 'Embed\\Providers\\OEmbed\\'.str_replace(' ', '', ucwords(strtolower(str_replace('-', ' ', $request->getDomain()))));
264264
}
265265

266+
/**
267+
* @param Request $request
268+
*
269+
* @return bool
270+
*/
266271
protected static function providerEmbedInDomIsBroken(Request $request) {
267272
$class = self::getClassFromRequest( $request );
268273

0 commit comments

Comments
 (0)