andersbjorkland / instagram-display-extension

A Bolt CMS extension for fetching and displaying Instagram Basic Display media.
MIT License
4 stars 1 forks source link

On FreeBSD an exception is thrown when trim on null #9

Closed andersbjorkland closed 3 years ago

andersbjorkland commented 3 years ago

The method verifyCommand would determine if a particular command would be available in an environment, but the value to be passed from trim to is_executable can be null or false. This will throw a TypeError: "trim(): Argument #1 ($string) must be of type string, null given".