: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php namespace flow\social\cache;
* @author Looks Awesome <email@looks-awesome.com>
* @link http://looks-awesome.com
* @copyright 2014-2018 Looks Awesome
class FFImageSizeCacheBase{
public function getOriginalUrl( $url ) {
public function size( $url, $original_url = '' ) {
return ['width' => 300, 'height' => 300];