diff options
| author | 2022-01-09 18:21:40 +0100 | |
|---|---|---|
| committer | 2022-01-09 18:21:40 +0100 | |
| commit | 4e2dff4591bb2062311c1d5bfcdca3ade2a76d16 (patch) | |
| tree | a876374a709f04f919b35ae8e1e53774a0aca39c /lib/Minz/FrontController.php | |
| parent | 9dbbe924c5e54b5dbe486873a9b31a28127c8e62 (diff) | |
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
Diffstat (limited to 'lib/Minz/FrontController.php')
| -rw-r--r-- | lib/Minz/FrontController.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index 9be39a0d1..17bbc1818 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -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(); |
