mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-18 14:55:49 -05: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
@@ -19,8 +19,9 @@
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
/**
|
||||
* La classe FrontController est le Dispatcher du framework, elle lance l'application
|
||||
* Elle est appelée en général dans le fichier index.php à la racine du serveur
|
||||
* The Minz_FrontController class is the framework Dispatcher.
|
||||
* It runs the application.
|
||||
* It is generally invoqued by an index.php file at the root.
|
||||
*/
|
||||
class Minz_FrontController {
|
||||
protected $dispatcher;
|
||||
@@ -50,8 +51,8 @@ class Minz_FrontController {
|
||||
}
|
||||
|
||||
/**
|
||||
* Retourne un tableau représentant l'url passée par la barre d'adresses
|
||||
* @return array représentant l'url
|
||||
* Returns an array representing the URL as passed in the address bar
|
||||
* @return array URL representation
|
||||
*/
|
||||
private function buildUrl() {
|
||||
$url = array();
|
||||
|
||||
Reference in New Issue
Block a user