From 0b2968dfa55719a033459bb2f1fe49cea110b108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sun, 29 Jan 2017 18:15:57 -0300 Subject: [PATCH] [Nostrom] Fix doc --- src/MageApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MageApplication.php b/src/MageApplication.php index 91afa9c..6c9a92a 100644 --- a/src/MageApplication.php +++ b/src/MageApplication.php @@ -53,7 +53,7 @@ class MageApplication extends Application /** * Configure the Magallanes Application * - * @param $file string The YAML file from which to read the configuration + * @param string $file The YAML file from which to read the configuration * * @throws RuntimeException */