ossigeno
Results
2
issues of
ossigeno
Used to be able to connect to remote servers no issue. I have tried multiple mobile hotspot connections and just can never connect to a remote server. "Connecting to the...
The badWords() function throws an exception in PHP 8.1 ``` public function badWords() { // exception thrown here: return collect($this->dictionary)->filter(function ($value) { })->toArray(); } ``` ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key)...