itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.7k stars 320 forks source link

Avoid deprecation notice in php 8.1 #532

Closed gharlan closed 3 years ago

gharlan commented 3 years ago

With PHP 8.1, I get this deprecation notice for cli commands:

trim(): Passing null to parameter #1 ($string) of type string is deprecated

itsgoingd commented 3 years ago

Thanks!