]> git.mxchange.org Git - friendica.git/commit
Fixes for OEmbed class (#5392)
authorRoland Häder <Quix0r@users.noreply.github.com>
Tue, 17 Jul 2018 20:28:20 +0000 (22:28 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Tue, 17 Jul 2018 20:28:20 +0000 (16:28 -0400)
commitfd8897851f9beab93d8ec3d0472937225c8f5118
tree5a4ff4fa6d95ef41aa897e22fbd6110e1772d9f6
parent04b513ba95f80865be60e873af869363cc6a78e6
Fixes for OEmbed class (#5392)

* Fixes:
- stdClass is clearly an object of `\stdClass`, so let's import it and set it
  as type-hint here
- if $o->type is not found, don't continue

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fix for a fix due to 02:51 a.m. (!) edits ...

Signed-off-by: Roland Häder <roland@mxchange.org>
src/Content/OEmbed.php