for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LiveStream\Resources;
class Picture extends Resource
{
/**
* Undocumented function
*
* @return string|null
*/
public function getUrl(): ?string
return $this->data->url ?? null;
$data
LiveStream\Resources\Resource
__get
}
public function getThumbnailUrl(): ?string