Nathan
Results
1
comments of
Nathan
Peter Barney has a decent solution, replace your `is_string()` calls with `is_stringy()` calls http://php.net/manual/en/function.is-string.php#121637 ```