mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-07 14:43:45 -04:00
Add spell checking with typos (#4138)
* Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile
This commit is contained in:
committed by
GitHub
parent
9dbbe924c5
commit
4e2dff4591
@@ -121,7 +121,7 @@ class FreshRSS_Share {
|
||||
|
||||
/**
|
||||
* Update a FreshRSS_Share object with information from an array.
|
||||
* @param array<string,string> $options is a list of informations to update where keys should be
|
||||
* @param array<string,string> $options is a list of information to update where keys should be
|
||||
* in this list: name, url, id, title, link.
|
||||
*/
|
||||
public function update($options) {
|
||||
|
||||
Reference in New Issue
Block a user