From 925818320ca231285c10f444dc68cca45928710c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 1 Jan 2015 11:14:41 +0000 Subject: [PATCH] Add typehint --- app/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers.php b/app/helpers.php index d48c5df5..a7a5e9e4 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -29,7 +29,7 @@ if (! function_exists('set_active')) { /** * Set active class if request is in path. * - * @param $path + * @param string $path * @param array $classes * @param string $active *