From 4153a8048a4c7e2de288914704d41a57e73d8cba Mon Sep 17 00:00:00 2001 From: Robert D'Ercole Date: Thu, 27 Aug 2020 11:33:04 -0400 Subject: [PATCH] Modified int() method to check if the value is numeric before casting. Fixes #378. --- src/ApiTrait.php | 2 +- tests/fixtures/soundcloud.com.bruceneilmusic.php | 2 +- ...soundcloud.com.ididthat-1-lowe-ct-cape-times-world-cup.php | 2 +- ...sdead-zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy.php | 2 +- .../www.tiktok.com.a3noticias-video-6806030056956251397.php | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ApiTrait.php b/src/ApiTrait.php index 4409c888..e0116482 100644 --- a/src/ApiTrait.php +++ b/src/ApiTrait.php @@ -77,7 +77,7 @@ public function int(string ...$keys): ?int $value = array_shift($value); } - return $value ? (int) $value : null; + return is_numeric($value) ? (int) $value : null; } public function url(string ...$keys): ?UriInterface diff --git a/tests/fixtures/soundcloud.com.bruceneilmusic.php b/tests/fixtures/soundcloud.com.bruceneilmusic.php index 1f0b6551..1c0feb24 100644 --- a/tests/fixtures/soundcloud.com.bruceneilmusic.php +++ b/tests/fixtures/soundcloud.com.bruceneilmusic.php @@ -7,7 +7,7 @@ 'cms' => null, 'code' => [ 'html' => '', - 'width' => 100, + 'width' => null, 'height' => 450 ], 'description' => 'Bruce Neil from Wokingham is a singer/songwriter with a folk inspired sound, producing songs with heartfelt depth and lyrics that captivate the listener, taking them on an insightful and thought-provoking journey. As a winner of BBC Introducing, resulting in air play nationally, he has recently achieved widespread public attention following the video release of his percussive folk rendition of Guns N’ Roses track Paradise City. Not only did this go viral on social media, it was endorsed by the band themselves and has achieved recognition and air play from several US radio stations. He takes his musical inspiration and guitar-playing style from the likes of Passenger and Mick Flannery.', diff --git a/tests/fixtures/soundcloud.com.ididthat-1-lowe-ct-cape-times-world-cup.php b/tests/fixtures/soundcloud.com.ididthat-1-lowe-ct-cape-times-world-cup.php index 43e7a0b4..8ed215a4 100644 --- a/tests/fixtures/soundcloud.com.ididthat-1-lowe-ct-cape-times-world-cup.php +++ b/tests/fixtures/soundcloud.com.ididthat-1-lowe-ct-cape-times-world-cup.php @@ -7,7 +7,7 @@ 'cms' => null, 'code' => [ 'html' => '', - 'width' => 100, + 'width' => null, 'height' => 400 ], 'description' => 'IDIDTHAT.co Promotes and Connects South Africa’s Advertising and Production Industry.', diff --git a/tests/fixtures/soundcloud.com.zedsdead-zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy.php b/tests/fixtures/soundcloud.com.zedsdead-zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy.php index d07aa58e..f28f6efa 100644 --- a/tests/fixtures/soundcloud.com.zedsdead-zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy.php +++ b/tests/fixtures/soundcloud.com.zedsdead-zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy.php @@ -7,7 +7,7 @@ 'cms' => null, 'code' => [ 'html' => '', - 'width' => 100, + 'width' => null, 'height' => 400 ], 'description' => 'MUSIC VIDEO : https://www.youtube.com/watch?v=VJm7IPrBmLY Zeds Dead www.facebook.com/zedsdead www.twitter.com/whoszed www.instagram.com/zedsdeadofficial Twin Shadow www.facebook.com/twnshdw www.twitter.com/twinshadow www.instagram.com/thetwinshadow', diff --git a/tests/fixtures/www.tiktok.com.a3noticias-video-6806030056956251397.php b/tests/fixtures/www.tiktok.com.a3noticias-video-6806030056956251397.php index 8c4a6ed7..73d2235d 100644 --- a/tests/fixtures/www.tiktok.com.a3noticias-video-6806030056956251397.php +++ b/tests/fixtures/www.tiktok.com.a3noticias-video-6806030056956251397.php @@ -7,8 +7,8 @@ 'cms' => null, 'code' => [ 'html' => '
@a3noticias

Nuestro #AplausoSanitario más sincero. Para todos. Y recuerda, #QuédateEnCasa

♬ Resistiré - Duo Dinamico
', - 'width' => 100, - 'height' => 100 + 'width' => null, + 'height' => null ], 'description' => 'Nuestro #AplausoSanitario más sincero. Para todos. Y recuerda, #QuédateEnCasa', 'favicon' => 'https://s16.tiktokcdn.com/musical/resource/wap/static/image/logo_144c91a.png?v=2',